View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
[email protected] stevegarfield@mac.com is offline
external usenet poster
 
Posts: 1
Default Printing the comments in Word 97

This worked great! I haven't coded in BASIC since I was in school. Thank you.

On Wednesday, August 13, 2003 6:31:35 AM UTC-4, Stefan Blom wrote:
The following very simple macro will insert the text of your
comments after their referenced text. When you've run the macro,
simply print the document and then close without saving, unless
you want the comment text to be saved with the document.

Sub PrintCommentsWithText
Dim c As Comment
For Each c In ActiveDocument.Comments
c.Reference.InsertAfter "[" & c.Range.Text & "]"
Next c
End Sub

Stefan


"Elizabeth P" wrote in message
...
I have user that wants to print the comments inserted by
different people in the document location where the
comments occur and not at the end of the document.

I know in Word 2002 the comments will print on the
document where they occur. since the user will not be
viewing the documents on line