Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Arthur Menu Arthur Menu is offline
external usenet poster
 
Posts: 1
Default comment hidden text appears on labels

I have a Word document that contains a table. I have inserted comments on
some of the text in some of the cells. When I do a mail merge with this
documnt as the data source to create a sheet of address labels, the index
numbers of the comments appear on the label. For example, if I have a comment
with the index "[AM1]", then "[AM1]" appears on the label. This happens even
when I have changed the options of the document so that the indices do not
appear on the screen when viewing the document. How do I print labels that do
not have this unwanted text?
-- Arthur
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default comment hidden text appears on labels

It seems that comments are transferred when you merge. Merge to a new
document and either delete the comments or from the review toolbar turn off
their display and then print that document.
OR
Make a copy of the table document and use the following macro to delete all
the comments, then use that as a data source.

Sub DeleteComments()
Dim i As Long
For i = ActiveDocument.Comments.Count To 1 Step -1
ActiveDocument.Comments(i).Delete
Next i
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Arthur Menu wrote:
I have a Word document that contains a table. I have inserted
comments on some of the text in some of the cells. When I do a mail
merge with this document as the data source to create a sheet of
address labels, the index numbers of the comments appear on the
label. For example, if I have a comment with the index "[AM1]", then
"[AM1]" appears on the label. This happens even when I have changed
the options of the document so that the indices do not appear on the
screen when viewing the document. How do I print labels that do not
have this unwanted text? -- Arthur



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Arthur Menu[_2_] Arthur Menu[_2_] is offline
external usenet poster
 
Posts: 1
Default comment hidden text appears on labels

Hi Graham,

Thank you for your helpful advice. I have copied the macro into my normal
template for use as needed. To clarify my original post, it is not the
comments in their entirety that are transferred when I merge, but only the
indices of each comment. They appear as simple text in the merged document.
So the review toolbar doesn't help. It seems to me that this must be a bug in
the MS software. My workstation is part of a large organization whose IS
department keeps our equipment and software up to date, so I don't think the
fault lies with us.

Arthur

"Graham Mayor" wrote:

It seems that comments are transferred when you merge. Merge to a new
document and either delete the comments or from the review toolbar turn off
their display and then print that document.
OR
Make a copy of the table document and use the following macro to delete all
the comments, then use that as a data source.

Sub DeleteComments()
Dim i As Long
For i = ActiveDocument.Comments.Count To 1 Step -1
ActiveDocument.Comments(i).Delete
Next i
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Arthur Menu wrote:
I have a Word document that contains a table. I have inserted
comments on some of the text in some of the cells. When I do a mail
merge with this document as the data source to create a sheet of
address labels, the index numbers of the comments appear on the
label. For example, if I have a comment with the index "[AM1]", then
"[AM1]" appears on the label. This happens even when I have changed
the options of the document so that the indices do not appear on the
screen when viewing the document. How do I print labels that do not
have this unwanted text? -- Arthur




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
Mouse-over on comment highlights barely shows comment text GordonM Microsoft Word Help 0 April 9th 08 01:13 AM
Hidden comment numbers in word 2002 tempop Microsoft Word Help 6 August 6th 07 11:30 AM
Can I delete the text "Comment:" from the Word comment balloons? Carissa Microsoft Word Help 0 June 27th 06 07:05 PM
Troubleshoot mailmerge labels: only one name appears HLphillips Mailmerge 3 January 10th 06 08:24 AM
tc field codes, hidden text, takes up space even when hidden DJEB Microsoft Word Help 3 July 14th 05 12:39 PM


All times are GMT +1. The time now is 05:37 PM.

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"