Reply
 
Thread Tools Display Modes
  #1   Report Post  
Louann
 
Posts: n/a
Default Sending Comments without the Reviewer's Name

When using track changes in Word 2002, how do I send a marked up manuscript
that retains the comments without showing the name of the reviewer? I would
like to protect the reviewer's anonymity but send the comments to the author.
  #2   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

No way to do this, unfortunately, unless the reviewer has added the comments
anonymously to begin with (by removing the User Name from Tools | Options |
User Information).

--
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.

"Louann" wrote in message
...
When using track changes in Word 2002, how do I send a marked up

manuscript
that retains the comments without showing the name of the reviewer? I

would
like to protect the reviewer's anonymity but send the comments to the

author.

  #3   Report Post  
garfield-n-odie
 
Posts: n/a
Default

Hi, Louann. You can delete the comment authors' names by running the
following macro:

Sub ZapCommentInitials()
Dim oCmt As Comment
For Each oCmt In ActiveDocument.Comments
oCmt.Initial = ""
oCmt.Author = ""
Next oCmt
End Sub

If you don't know how to install a macro, see
http://www.gmayor.com/installing_macro.htm .


"Louann" wrote:

When using track changes in Word 2002, how do I send a marked up manuscript
that retains the comments without showing the name of the reviewer? I would
like to protect the reviewer's anonymity but send the comments to the author.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
tedoniman
 
Posts: n/a
Default Sending Comments without the Reviewer's Name

Thank you for that, garfield-n-odie. That's something I'd been looking for,
for quite a while now.

Got another request. Would you consider writing another macro that one could
maybe use for signaling or sending a short message to the DeskTop of another
home Network computer on the LAN? Preferably one with bells & whistles that
flashes and dings on the target DeskTop and/or Taskbar when message arrives.

No harm in asking, is there?

With hope in my heart...

--
Ted...


"garfield-n-odie" wrote:

Hi, Louann. You can delete the comment authors' names by running the
following macro:

Sub ZapCommentInitials()
Dim oCmt As Comment
For Each oCmt In ActiveDocument.Comments
oCmt.Initial = ""
oCmt.Author = ""
Next oCmt
End Sub

If you don't know how to install a macro, see
http://www.gmayor.com/installing_macro.htm .


"Louann" wrote:

When using track changes in Word 2002, how do I send a marked up manuscript
that retains the comments without showing the name of the reviewer? I would
like to protect the reviewer's anonymity but send the comments to the author.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Comicmass Comicmass is offline
external usenet poster
 
Posts: 3
Default Sending Comments without the Reviewer's Name

What exactly do comments do and how do I use them?
--
Comicmass, Greatest Beatle Lover Ever



"garfield-n-odie" wrote:

Hi, Louann. You can delete the comment authors' names by running the
following macro:

Sub ZapCommentInitials()
Dim oCmt As Comment
For Each oCmt In ActiveDocument.Comments
oCmt.Initial = ""
oCmt.Author = ""
Next oCmt
End Sub

If you don't know how to install a macro, see
http://www.gmayor.com/installing_macro.htm .


"Louann" wrote:

When using track changes in Word 2002, how do I send a marked up manuscript
that retains the comments without showing the name of the reviewer? I would
like to protect the reviewer's anonymity but send the comments to the author.



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Sending Comments without the Reviewer's Name

Word's Help file has a number of articles about comments. You can use a
comment (Insert | Comment in Word 2003 and earlier) to make a note on a
document in much the same way that you would add a handwritten note (or
Post-it) to a printed one. This can be a note to yourself or to someone else
who will read the document. It can be removed by right-clicking and choosing
Delete Comment. In Word 2002 and above, comments are by default displayed in
marginal "balloons."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Comicmass" wrote in message
...
What exactly do comments do and how do I use them?
--
Comicmass, Greatest Beatle Lover Ever



"garfield-n-odie" wrote:

Hi, Louann. You can delete the comment authors' names by running the
following macro:

Sub ZapCommentInitials()
Dim oCmt As Comment
For Each oCmt In ActiveDocument.Comments
oCmt.Initial = ""
oCmt.Author = ""
Next oCmt
End Sub

If you don't know how to install a macro, see
http://www.gmayor.com/installing_macro.htm .


"Louann" wrote:

When using track changes in Word 2002, how do I send a marked up
manuscript
that retains the comments without showing the name of the reviewer? I
would
like to protect the reviewer's anonymity but send the comments to the
author.




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
how do I remove all reviewers in Word? swongpau Microsoft Word Help 1 December 9th 04 11:23 AM
How can I disable date and timestamp from comments in Word 2003? Don Burgess Microsoft Word Help 1 December 8th 04 03:56 PM
time format in comments on changes anfrage Microsoft Word Help 2 December 1st 04 10:09 AM
sending a 2mb email Dudley's Corp Microsoft Word Help 1 November 29th 04 07:36 AM


All times are GMT +1. The time now is 05:52 AM.

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"