WdPasteOptions enumeration (Word)
Indicates how to paste copied text.
Name | Value | Description |
---|---|---|
wdKeepSourceFormatting | 0 | Keeps formatting from the source document. |
wdKeepTextOnly | 2 | Keeps text only, without formatting. |
wdMatchDestinationFormatting | 1 | Matches formatting to the destination document. |
wdUseDestinationStyles | 3 | Matches formatting to the destination document using styles for formatting. |
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.