View Single Post
  #12   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default document reverts to "final showing markup" instead of final

Tools | Options | Security: Make hidden markup visible when opening or
saving. But note that if you want the document to *be* what you see in Final
view, you need to accept (or reject) all the changes and delete all the
comments.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Adam" wrote in message
...
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.