C
Clarke
Hi, I would like to change the default track changes view style. When I open
or create a new document, the track changes default view is "Final Showing
Markup." I would like to change that to "Final" so that I don't see the
track changes made.
I tried this code, but it didn't work when I went to open word for the first
time:
Public Sub AutoExec()
ActiveDocument.ShowRevisions = False
With ActiveWindow.View
RevisionsView = wdRevisionsViewFinal
End With
End Sub
thanks.
or create a new document, the track changes default view is "Final Showing
Markup." I would like to change that to "Final" so that I don't see the
track changes made.
I tried this code, but it didn't work when I went to open word for the first
time:
Public Sub AutoExec()
ActiveDocument.ShowRevisions = False
With ActiveWindow.View
RevisionsView = wdRevisionsViewFinal
End With
End Sub
thanks.