Mail Merge Recipient List

L

Lambi000

I have a template for users who need to pick out who they want from the
Recipient List and would like it to come up automatically. I thought I could
do it in a macro, but I can't "record" it because as soon as the list comes
up I can't stop recording. And I can't do the Visual Basic macro because I
have no idea what it is that makes the Recipient List come up.

Is this doable? Help?
 
P

Peter Jamieson

I don't think this operation records properly anyway.

Try e.g.

Dim oMMRDialog As Dialog

Set oMMRDialog = Dialogs(wdDialogMailMergeRecipients)
oMMRDialog.Display
Set oMMRDialog = Nothing

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top