WdMailMergeState enumeration (Word)
Specifies the state of a mail merge operation.
Name | Value | Description |
---|---|---|
wdDataSource | 5 | A data source with no main document. |
wdMainAndDataSource | 2 | A main document with an attached data source. |
wdMainAndHeader | 3 | A main document with an attached header source. |
wdMainAndSourceAndHeader | 4 | A main document with attached data source and header source. |
wdMainDocumentOnly | 1 | A main document with no data attached. |
wdNormalDocument | 0 | Document is not involved in a mail merge operation. |
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.