Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi
I want only comments to show but when I close then reopen my docs, all track changes categories automatically show. I then need to go through every doc one by one turning off the unwanted info. As I'm often working with 15 or more docs at a time it's a big waste of time. How do I get Word to remember my 'show track changes' settings? Any help greatly appreciated. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi ?B?Um9iYm82OQ==?=,
I want only comments to show but when I close then reopen my docs, all track changes categories automatically show. I then need to go through every doc one by one turning off the unwanted info. As I'm often working with 15 or more docs at a time it's a big waste of time. How do I get Word to remember my 'show track changes' settings? Nothing built into Word, you'd need a macro. For example: Sub AutoOpen() ActiveDocument.ShowRevisions = True ActiveDocument.ActiveWindow.View.ShowComments = True ActiveDocument.ActiveWindow.View.ShowInsertionsAnd Deletions = False ActiveDocument.ActiveWindow.View.ShowFormatChanges = False End Sub If you put this in your Normal.dot template, it will execute for every document you open (except for documents that already have an AutoOpen). Or, you could put it in a common template for a set of documents. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() "Cindy M." wrote: Hi ?B?Um9iYm82OQ==?=, I want only comments to show but when I close then reopen my docs, all track changes categories automatically show. I then need to go through every doc one by one turning off the unwanted info. As I'm often working with 15 or more docs at a time it's a big waste of time. How do I get Word to remember my 'show track changes' settings? Nothing built into Word, you'd need a macro. For example: Sub AutoOpen() ActiveDocument.ShowRevisions = True ActiveDocument.ActiveWindow.View.ShowComments = True ActiveDocument.ActiveWindow.View.ShowInsertionsAnd Deletions = False ActiveDocument.ActiveWindow.View.ShowFormatChanges = False End Sub If you put this in your Normal.dot template, it will execute for every document you open (except for documents that already have an AutoOpen). Or, you could put it in a common template for a set of documents. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) Many thanks - perfect |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making Comments in endnotes/footnotes in using Word Track Changes. | Microsoft Word Help | |||
In track changes, how do I show a balloon for my inserted comment? | Microsoft Word Help | |||
track changes tool - how to save/convert final version without comments | Formatting Long Documents | |||
Track Changes - Print Comments ONLY! | Microsoft Word Help | |||
How do I track changes to NOT show strikethroughs in Word | Microsoft Word Help |