View Single Post
  #11   Report Post  
Posted to microsoft.public.word.docmanagement
Adam Adam is offline
external usenet poster
 
Posts: 35
Default document reverts to "final showing markup" instead of final

Search teh interwebs and run a macro on your Normal.dot, it's the only thing
I've gotten to work on Word 2007 so far.

''''''''' VB Start '''''''''
Sub AutoOpen()
With ActiveWindow.View
..ShowRevisionsAndComments = False
..RevisionsView = wdRevisionsViewFinal
End With
End Sub
''''''''' VB End '''''''''



"Ohio Cat" wrote:

Although saved in "final" in the review tab, the document when opened the
next time has reverted to "final showing markup". This is a minor
inconvenience, but I would like to fix it if possible.