Is there any way in a macro to determine if a given character (or word or paragraph) has different formatting than its style? I want to know if the character has direct or manual formatting. It seems that this should be possible, but I can’t figure out how without going to a lot of trouble. I know that you can view this information using Shift+F1, so I thought it would be exposed in the object model.
I’m writing a macro to “tag” each paragraph (or character) with its style or formatting. Then I’ll save it to text, reopen it in Word and reformat it using the tags. The real reason I’m doing this is that my files are created by pasting in HTML, and they seem inordinately bloated.
Thanks for any suggestions!
Bob