![]() |
|
#1
|
||||
|
||||
![]()
The probable reason your code doesn't work is that it:
a) captures the current setting, b) turns on track changes, c) restores the original setting. So, unless track changes was already 'on' when you started the macro, it would be 'off' again once the macro has finished running. All you need is: ActiveDocument.TrackRevisions = True which hardly seems worth a macro - you can achieve the same result by adding the 'track changes' option to the status bar, then clicking on that any time you want to change the state.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#2
|
|||
|
|||
![]() Quote:
The track change option will turn on the revision display as it turns on the tracking. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
gocuse | Word | 3 | 08-20-2017 10:47 PM |
Want: Revision Bars in Margin, How? | sbianco | Word | 6 | 08-18-2017 06:28 AM |
How do you make the cursor stay put when you switch between final & revision views? | New Daddy | Word | 1 | 09-22-2013 04:44 AM |
![]() |
Jesse | Word | 4 | 06-12-2012 05:28 PM |
Macro for tagging and rearranging selected text for revision | caotico | Word VBA | 0 | 03-28-2012 06:35 PM |