MailMergeDataSource.OpenRecipientsDialog Method

Publisher Developer Reference

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.

Visual Basic for Applications
  Sub ShowRecipientsDialog()
    ActiveDocument.MailMerge.DataSource.OpenRecipientsDialog
End Sub

See Also