A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Default open Final, NOT Final Showing Markup



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2006, 07:09 PM posted to microsoft.public.word.newusers
external usenet poster
 
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  
Old May 25th, 2006, 07:11 PM posted to microsoft.public.word.newusers
external usenet poster
 
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.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Final as default, not Final Showing Markup Gordon Price General Discussion 7 May 13th, 2006 11:35 PM
Final Showing Markup - Default Setting Stephen General Discussion 3 December 29th, 2005 08:55 PM
Word 2003: track changes opens in final view instead of final sho. JenniferLee General Discussion 2 April 19th, 2005 06:25 PM
How do I get Word to open showing "Final" instead of "Final Show. booch New Users 3 December 18th, 2004 03:30 AM
Final Showing Markup / Revisions Issue...Word 2003 Scott McDonald General Discussion 2 August 3rd, 2004 03:43 PM


All times are GMT +1. The time now is 12:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.