Re: Track Changes VBA Granular information needed

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Krumrei wrote:
You are the man!

Will the .oRevision.FormatDescription List out what it is e.g.
Italic? etc. etc or do I have to define that with a "description goes
here between quotes"?


Thank you so much sir this is really helping me out!


As I wrote a couple of messages back in the thread,

....you need to look at oRevision.FormatDescription. That will be a
string with a value such as "Formatted: Font: Italic" or "Formatted: List
Paragraph, Bulleted + Level: 1 + Aligned at: 0.25" + Indent at: 0.5"".

So the text that appears in your table will be the description of the
formatting change. You don't need to add anything to it. After you run the
modified macro on a few documents, you may decide you want to change some of
the descriptions -- if so, post back and we'll discuss how to do that.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


.