Reply
 
Thread Tools Display Modes
  #1   Report Post  
Paul Moloney
 
Posts: n/a
Default How can I get all docs to display by default as "Final"?

When I open a Word doc here, it normally opens with the Reviewing
bar showing "Final". However, we had an incident where a doc was
opened and PDFed, without realising the doc was displaying "Final
Showing Markup", and all comments in the doc were included in the
PDF (not good).

Can anyone explain the behaviour of this bar, and how I might
add a macro to the template to ensure docs _always_ open in
"Final" mode?

Thanks,

P.


  #2   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

The whole point of their opening in Final Showing Markup is to alert you to
the fact that they contain tracked changes. If you really want to disable
this helpful feature, see Tools | Options | Security.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Paul Moloney" wrote in message
...
When I open a Word doc here, it normally opens with the Reviewing
bar showing "Final". However, we had an incident where a doc was
opened and PDFed, without realising the doc was displaying "Final
Showing Markup", and all comments in the doc were included in the
PDF (not good).

Can anyone explain the behaviour of this bar, and how I might
add a macro to the template to ensure docs _always_ open in
"Final" mode?

Thanks,

P.



  #3   Report Post  
Paul Moloney
 
Posts: n/a
Default

"Suzanne S. Barnhill" wrote in message
...

The whole point of their opening in Final Showing Markup is to alert you

to
the fact that they contain tracked changes. If you really want to disable
this helpful feature, see Tools | Options | Security.


We check our documents into a repository using Subversion,
so we tend to diff between repository versions to see differences.
And since our documentation are constantly changing, we don't
really need this alert. I just recorded a little macro excerpt to include
in the autoopen() macro to ensure that the doc always initially views as
"Final":

' This next section makes sure that the document is
' in Print view and with no comments/revisions shown,
' so that they're not accidentally included in any PDF

If ActiveWindow.View.SplitSpecial = wdPaneNone Then
ActiveWindow.ActivePane.View.Type = wdPrintView
Else
ActiveWindow.View.Type = wdPrintView
End If

With ActiveWindow.View
.ShowRevisionsAndComments = False
.RevisionsView = wdRevisionsViewFinal
End With

P.


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
my default to open word doc's is notepad, how do I change back to. johninclt Microsoft Word Help 4 February 19th 06 05:03 AM
Make Display for Review box default to Final Unison Chris Microsoft Word Help 0 February 1st 05 11:45 PM
Set default language for all docs? Remove default (no proofing tex Claire Microsoft Word Help 1 January 28th 05 12:35 AM
How do I change my default mail provider when emailing docs in Wor Aria Mailmerge 0 January 25th 05 04:21 PM
Default font - possible bulletproof fix in Word 2003 [email protected] Microsoft Word Help 0 January 14th 05 09:14 PM


All times are GMT +1. The time now is 09:53 PM.

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"