PC Review


Reply
Thread Tools Rate Thread

Default open Final, NOT Final Showing Markup

 
 
jyeee
Guest
Posts: n/a
 
      25th May 2006
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.

 
Reply With Quote
 
 
 
 
jyeee
Guest
Posts: n/a
 
      25th May 2006
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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Word to open a doc in Final instead of Final Showing Markup? Bill Microsoft Word Document Management 1 18th Mar 2008 01:47 PM
Final markup still showing when I send the final attachment =?Utf-8?B?TWVkaWNhbCBDb2FjaGVzIGd1eQ==?= Microsoft Word Document Management 2 9th Nov 2007 02:27 PM
final vs. final showing markup view =?Utf-8?B?SnVnZ2xlcnR3bw==?= Microsoft Word Document Management 2 23rd May 2007 04:08 PM
Final as default, not Final Showing Markup =?Utf-8?B?R29yZG9uIFByaWNl?= Microsoft Word Document Management 7 13th May 2006 11:35 PM
Final and Final Showing Markup Views Louise Microsoft Word Document Management 1 8th Jul 2004 02:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:42 PM.