Syntax
MailMergeAskToConvertChevrons [Prompt]
MailMergeAskToConvertChevrons()
Remarks
When you open a document created in Word for the Macintosh version 5.x or 4.0 that contains chevrons (« »), the MailMergeAskToConvertChevrons statement controls whether or not Word displays a prompt asking if you want to convert text enclosed by chevrons to merge fields.
Argument | Explanation | |
Prompt | Specifies whether or not to display a prompt: 0 (zero) Does not display the prompt; whether Word converts merge fields is controlled by MailMergeConvertChevrons. 1 Displays the prompt. Omitted Toggles the option to display the prompt. |
The MailMergeAskToConvertChevrons() function returns –1 if Word will display the prompt and 0 (zero) if it will not.
See Also
MailMergeConvertChevrons