Set display review default to final

N

Nathan

How do you set the display review default to Final rather
than "Final with Markups" so that markups/changes do not
appear when a file is first opened?

Thx.
 
C

Cindy M -WordMVP-

Hi Nathan,
How do you set the display review default to Final rather
than "Final with Markups" so that markups/changes do not
appear when a file is first opened?
There is no way to change this default. There have been too
many complaints about documents being sent out-of-house with
changes and comments still in them (security risk) for
Microsoft to even consider making this possible.

You could use a macro named AutoOpen to switch to the
preferred type of display. for example:

Sub AutoOpen()
Application.ActiveWindow.View.ShowRevisionsAndComments _
= False
End Sub


Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

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