This topic has not yet been rated - Rate this topic

MailMergeDataSource.OpenRecipientsDialog Method

Office 2007
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



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.