Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hooray! I figured it out: 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 |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Final Showing Markup isn't the default anyway.
"Jason Yee" wrote in message oups.com... Hooray! I figured it out: 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 |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Final Showing Markup *is* shown by default if changes are tracked on a
document. For example, edit a document of your own and track the changes, then send it to a friend. Even though your friend doesn't want to see the markup, they *WILL* because it's there. This little VBA makes it so that they don't see it, and instead see the Final (without markup) view. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word should catalog misspelled words to study. | Microsoft Word Help | |||
Converting WordPerfect 12 files to Word 2003 | New Users | |||
is word perfect compatible with office word? | Microsoft Word Help | |||
Macros - Keyboard Commands | Microsoft Word Help | |||
In Word, how can I see all files (*.*) in "save as"? | New Users |