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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top