![]() |
#1
|
|||
|
|||
![]()
I'm trying to write a macro that will toggle the tracking without changing the current setting of the revision display. Why is the following code not working? It turns on the mark-up display when the tracking is turned on too. What I want to achieve is just to turn on tracking without disturbing the current revision display setting.
Code:
Sub ToggleTrackRevision() Dim Display Display = ActiveDocument.ShowRevisions ActiveDocument.TrackRevisions = True ActiveDocument.ShowRevisions = Display End Sub |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |