MailMergeDataSource.OpenRecipientsDialog method (Publisher)

Displays the Recipients dialog box for a mail merge publication.

Syntax

expression.OpenRecipientsDialog

expression A variable that represents a MailMergeDataSource object.

Example

This example displays the Mail Merge Recipients dialog box.

Sub ShowRecipientsDialog() 
 ActiveDocument.MailMerge.DataSource.OpenRecipientsDialog 
End Sub

Support and feedback

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.