I am using Word 2003. Can I set the default for the view on the Reviewing
Toolbar to come up as "Final" rather than "Final with markup"? Thanks,
Ricki
Hi Ricki,
> I am using Word 2003. Can I set the default for the view on the Reviewing
> Toolbar to come up as "Final" rather than "Final with markup"?
As far as I know, there's no way to change this default. Conceivably, you
could use a macro to change the setting as a document is opened. For example
Sub AutoOpen
Activedocument.ActiveWindow.View.RevisionsView _
= wdRevisionsViewFinal
End Sub
Put this in your Normal.dot template and it will fire for every document you
open.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
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 :-)
Ricki Miles - 26 Feb 2007 22:28 GMT
Thanks for the response. I will use the macro.
Ricki
> Hi Ricki,
>
[quoted text clipped - 22 lines]
> This reply is posted in the Newsgroup; please post any follow question or
> reply in the newsgroup and not by e-mail :-)