View.MailMergeDataView Property
Word Developer Reference |
True if mail merge data is displayed instead of mail merge fields in the specified window. Read/write Boolean.
Syntax
expression.MailMergeDataView
expression An expression that returns a View object.
Remarks
If the specified window isn't a main document, an error occurs.
Example
If the active document includes at least one mail merge field, this example displays mail merge data from the first record in the attached data source.
Visual Basic for Applications |
---|
|
This example switches between viewing mail merge fields and viewing the resulting data.
Visual Basic for Applications |
---|
|
See Also