![]() |
|
|
|
#1
|
||||
|
||||
|
Well you have to decide whether you want the tracking to show. Your code simply retains whatever the existing setting is and can therefore be reduced to one line; merely turning on track changes doesn't change whether they're displayed. If, however, you want to turn on track changes without displaying them, you need something like: Code:
Sub Demo() ActiveDocument.TrackRevisions = True ActiveDocument.ShowRevisions = False End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#2
|
|||
|
|||
|
Quote:
With Word 2003, turning on the tracking will turn on the tracking display too. Give it a try. Turn off both the revision display and the tracking. Now turn on just the tracking (ctrl + shift + e by default). You'll notice that the revision display will come on together. I want to prevent that. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Having Revision Bars Persist after Accepting Changes
|
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 |
Arrows and text boxes disappear when changing view?
|
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 |