MailMergeDataSource.OpenRecipientsDialog method (Publisher)
Displays the Recipients dialog box for a mail merge publication.
expression.OpenRecipientsDialog
expression A variable that represents a MailMergeDataSource object.
This example displays the Mail Merge Recipients dialog box.
Sub ShowRecipientsDialog()
ActiveDocument.MailMerge.DataSource.OpenRecipientsDialog
End Sub
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.