How to save the document to "Final" in Diplays for Review option?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to change the display for review to "Final" everytime I open the saved
document.
Do you have any suggestion to change the default setting to "Final" or save
option to "Final" for specified document? Thanks.
 
In Word2002, the view should be the same as the last time you saved the document.
So I guess you use Word2003?

You'd probably need a macro solution in Word2003 to make the document open in the view you want.

You could save the current settings (.ActiveWindow.View.RevisionsView, .ActiveWindow.View.ShowRevisionsAndComments) in an AutoClose macro, and restore them in an AutoOpen macro.
Or just set them to "Final" in AutoOpen.

If you need help with that, ask in one of the VBA groups.

Regards,
Klaus

*****************************************
* A copy of the whole thread can be found at:
* http://www.officekb.com/uwe/Forum.aspx/word-docmanagement/14323
*
* Report spam or abuse by clicking the following URL:
* http://www.officekb.com/Uwe/Abuse.aspx?aid=dbd4f8ad80e042cdbd5923d7e3f7e58f
*****************************************
 
Back
Top