PC Review


Reply
Thread Tools Rate Thread

change name on comment

 
 
Bill Smith
Guest
Posts: n/a
 
      3rd Jan 2005
I had a friend I would like to remain anonymous review and add some
comments/changes to a word 2002 doc.
I need to send the doc to a third party. Is there a way to leave the
comments/revisions in place but to remove or change the name of the user
associated with the comment/change?
Thanks


 
Reply With Quote
 
 
 
 
garfield-n-odie
Guest
Posts: n/a
 
      3rd Jan 2005
You can do it with a macro:

Sub ZapCommentInitials()
Dim oCmt As Comment

For Each oCmt In ActiveDocument.Comments
oCmt.Initial = ""
oCmt.Author = ""
Next oCmt
End Sub

Putting nothing between the pairs of quotation marks ("") will delete
the author's initials and name from the comments. Putting something
like "JD" and "John Doe" will change the initials and name. If you
don't know how to install a macro, see
http://www.gmayor.com/installing_macro.htm .


Bill Smith wrote:

> I had a friend I would like to remain anonymous review and add some
> comments/changes to a word 2002 doc.
> I need to send the doc to a third party. Is there a way to leave the
> comments/revisions in place but to remove or change the name of the user
> associated with the comment/change?
> Thanks
>
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change comment format? nomail1983@hotmail.com Microsoft Excel Misc 3 27th May 2007 09:59 PM
How to change comment in conatct name "name<comment>" =?Utf-8?B?YWdwb3J0bw==?= Microsoft Outlook Contacts 1 22nd Jun 2006 02:43 PM
How do I change the ID or number of a comment e.g comment [a1] =?Utf-8?B?R3JhY2UgTiBB?= Microsoft Word Document Management 0 19th Oct 2005 07:18 AM
Comment change =?Utf-8?B?TWljaGVsZQ==?= Microsoft Word Document Management 1 16th Aug 2005 09:49 PM
Re: preserve comment change in pdf Chad DeMeyer Microsoft Word Document Management 0 24th Jun 2004 04:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:47 PM.