Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
jyeee
 
Posts: n/a
Default Default open Final, NOT Final Showing Markup

Just dump these seven lines into a module in your Normal template.
Since the name of this sub is "AutoOpen," it will execute whenever you
open a document. See more at
http://jyeee.blogspot.com/2006/04/fr...e-reading.html

Sub AutoOpen()
With ActiveWindow.View
.ShowRevisionsAndComments = False
.RevisionsView = wdRevisionsViewFinal
End With
CommandBars("Reviewing").Visible = False '''OPTIONAL: turns off
Reviewing toolbar
End Sub

This is the only thing that worked for me, clicking on Tools | Options
| Security |
and unchecking the "Make hidden markup visible when opening or saving"
box did NOT work.

  #2   Report Post  
Posted to microsoft.public.word.newusers
jyeee
 
Posts: n/a
Default Default open Final, NOT Final Showing Markup

This should be on ONE line: "CommandBars("Reviewing").Visible = False
'''OPTIONAL: turns off Reviewing toolbar"; "Reviewing toolbar" should
not be on its own line.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop viewing Final Showing Markup by default upon opening MS Word documents Jason Yee Microsoft Word Help 2 April 21st 06 09:28 AM
Is there a way to default the opening of a document hiding markup. Linda Page Layout 4 April 19th 06 04:55 PM
Final Showing Markup L. New Users 2 February 22nd 06 05:03 PM
Word applies direct format on File open Uriel Microsoft Word Help 16 November 27th 05 08:22 PM
How do I get Word to open showing "Final" instead of "Final Show. booch New Users 3 December 18th 04 04:30 AM


All times are GMT +1. The time now is 11:15 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"