Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a document modified by many people with close to 80 comments. Is
there a way to change all the initials of all the comments to something like "Author" so I can give a clean copy to the client? |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Jeff,
You can apply a common color and initials to comments with a macro like this: Sub ScratchMaco() Dim oCom As Comment For Each oCom In ThisDocument.Comments oCom.Author = "Common" oCom.Initial = "Author" Next oCom End Sub For help installing and using the macro see: http://www.gmayor.com/installing_macro.htm "Jeff Lowenstein" wrote in message news ![]() I have a document modified by many people with close to 80 comments. Is there a way to change all the initials of all the comments to something like "Author" so I can give a clean copy to the client? |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If it's Word 2003 or earlier (or saved from Word 2007 in Word 97-2003
format) you can use the "Remove personal information from file properties on save" option, which converts all the markup to "Author." -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org "Jeff Lowenstein" wrote in message news ![]() I have a document modified by many people with close to 80 comments. Is there a way to change all the initials of all the comments to something like "Author" so I can give a clean copy to the client? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you delete initials in Word 2007 comments? | Microsoft Word Help | |||
How do I get my initials andname in comments? | Microsoft Word Help | |||
Turn off User Initials when Printing in Comments | Microsoft Word Help | |||
Word 2003: Change Initials and Numbering Sequence in Comments | Microsoft Word Help | |||
How can I change EXISTING names/initials in comments in a documen. | Microsoft Word Help |