MailMergeDataSource.Close method (Publisher)

Closes the specified mail merge data source, cancels the mail merge, and converts all mail merge data fields to plain text.

Syntax

expression.Close

expression A variable that represents a MailMergeDataSource object.

Remarks

Closing a mail merge data source deletes the shape that represents the catalog merge area of the publication page associated with the data source.

Example

The following example closes the data source for the active mail merge publication.

ActiveDocument.MailMerge.DataSource.Close

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.