Code to have Word open in Final view vs. Final Showing Markup

P

Phrank

Good morning. I used to have the code that would force my MS Word to
open in Final viewing mode vs. Final Showing Markup, but my computer
died and unfortunately I don't have that code backed up anywhere. Can
someone show me the code for that please? Thank you!

Frank
 
P

Phrank

I had initially looked online but couldn't find it, but now have found
it. Here is what I found:

Sub autoOpen()
With ActiveWindow.View
..ShowRevisionsAndComments = False
..RevisionsView = wdRevisionsViewFinal
End With
End Sub

Frank
 
Top