![]() |
|
|
|
#1
|
||||
|
||||
|
Graham's code toggles both settings independently which means there are four possible entry combinations and four possible outcome combinations. If you wanted the macro to ensure only two possible outcomes you could modify his code along the lines of
Code:
Sub Toggle_Track_Changes_Final()
With ActiveDocument.ActiveWindow.View
.RevisionsView = wdRevisionsViewFinal
.ShowRevisionsAndComments = .RevisionsView
End With
End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Toggling between text boxes
|
wardma | PowerPoint | 2 | 04-26-2017 12:43 PM |
Toggling Layers
|
Phil H | Visio | 4 | 12-14-2016 10:46 AM |
After Accepting changes in Document and Final Markup
|
Crystaldiamond | Word | 1 | 01-11-2015 04:00 PM |
Partial highlighting of text in a row in "Final Showing Markup" setting
|
Redpoint | Word Tables | 4 | 03-11-2011 04:29 PM |
| change "final showing markup" default to "final" | Wireframe | Word | 0 | 06-25-2010 11:35 AM |