Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Wendy Wendy is offline
external usenet poster
 
Posts: 53
Default multiple recipient labels in mail merge

I'm doing fine with the mail merge pulling data from an Access 2003 database.
Envelopes work just great. I love being able to request 10 envelopes of nn
of recipients to replenish my drawer with "ready to go envelopes" for
suppliers, etc. What I want to be able to do is select more than 1 recipient
and create a whole sheet of labels for the same recipient mailing address.
If I select, say 3 recipients, the goal is to print 3 pages of address
labels, one unique addressee per sheet. The only thing which has worked
thus far, is to get the merge done, then use the Edit Labels, and copy/paste
the first address into the remaining empty gridboxes, and repeat for the
other selected recipients. This defeats the purpose, to me, of merging data
on demand. I might as well just type up and save a document which is just a
single address and then choose "Labels" function where the Print from that
function does let me choose a full page of the same address, or single
address in a chosen row/column.

Advice or instructions are appreciated!
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default multiple recipient labels in mail merge

Create a normal mailmerge to labels -
http://www.gmayor.com/mail_merge_lab...th_word_xp.htm - and then change
the merge document type to Letters and remove all the NEXT record fields
from the table before merging. With the fields toggled (ALT+F9) to show {
NEXT } you can use replace to replace
^d NEXT
with nothing which will get rid of them. (or use the following macro to
remove them

Sub RemoveNextField()
Dim bDisplay As Boolean
dDisplay = ActiveWindow.View.ShowFieldCodes
ActiveWindow.View.ShowFieldCodes = True
With Selection.Find
.ClearFormatting
.Replacement.ClearFormatting
.Text = "^d NEXT"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
.Execute replace:=wdReplaceAll
End With
ActiveWindow.View.ShowFieldCodes = bDisplay
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

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



Wendy wrote:
I'm doing fine with the mail merge pulling data from an Access 2003
database. Envelopes work just great. I love being able to request 10
envelopes of nn of recipients to replenish my drawer with "ready to
go envelopes" for suppliers, etc. What I want to be able to do is
select more than 1 recipient and create a whole sheet of labels for
the same recipient mailing address. If I select, say 3 recipients,
the goal is to print 3 pages of address labels, one unique addressee
per sheet. The only thing which has worked thus far, is to get the
merge done, then use the Edit Labels, and copy/paste the first
address into the remaining empty gridboxes, and repeat for the other
selected recipients. This defeats the purpose, to me, of merging
data on demand. I might as well just type up and save a document
which is just a single address and then choose "Labels" function
where the Print from that function does let me choose a full page of
the same address, or single address in a chosen row/column.

Advice or instructions are appreciated!



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
Mail merge data not showing on Mail Recipient List Connie G Mailmerge 6 October 26th 06 04:17 PM
Mail Merge won't show recipient info on labels Latonac Mailmerge 1 August 24th 06 06:18 PM
Can you create multiple labels for mail merge contacts? Toodlepip Mailmerge 2 January 16th 06 01:39 PM
Mail Merge Labels into Multiple Pages MagnumVP Mailmerge 1 July 15th 05 08:01 PM
Creating mutliple labels for each mail merge recipient Russell Mailmerge 2 May 24th 05 06:43 PM


All times are GMT +1. The time now is 12:58 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"