![]() |
|
|
|
#1
|
||||
|
||||
|
The following combines the two Code:
Sub Toggle_Track_Changes_Final()
With ActiveDocument.ActiveWindow.View
.RevisionsView = wdRevisionsViewFinal
.ShowRevisionsAndComments = Not .ShowRevisionsAndComments
End With
End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
|
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 |