Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / November 2003

Tip: Looking for answers? Try searching our database.

Tracked Changes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tim - 03 Nov 2003 22:19 GMT
I need a way to set a document to default to Final. What
we are looking for, is the default to have the form always
come up as Final and then if we need to change it (for
example, to view the balloons) then we would change
it "Final Showing Markup" and change it back to "Final"
when we were done.

Is this possible in Word XP?
Shauna Kelly - 04 Nov 2003 08:44 GMT
Hi Tim

I don't think this is possible in the user interface. Microsoft has
chosen the safe path. Too many people accidentally save or email
documents with tracked changes that turn out to be very embarrassing for
them. So the default in Word is the safe default: show the tracked
changes and (if you've got the right box ticked) warn the user when the
user saves a document with tracked changes.

However, you could do this in VBA using the following code:
   With ActiveWindow.View
       .ShowRevisionsAndComments = False
       .RevisionsView = wdRevisionsViewFinal
   End With

However, If you put the macro in the document itself, then the user will
get a macro security warning. If you want this document used in a
corporate environment, and you've based on the documents on a specific
corporate template, then you could put the code in the Document_Open
event in the template. (But organize insurance so that the first time
someone accidentally sends out a document with tracked changes, you'll
be protected from their ire!)

Hope this helps.

Shauna Kelly.  Microsoft MVP.
http://www.shaunakelly.com/word
Melbourne, Australia

> I need a way to set a document to default to Final. What
> we are looking for, is the default to have the form always
[quoted text clipped - 4 lines]
>
> Is this possible in Word XP?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.