MailMergeConvertChevrons, MailMergeConvertChevrons()

Syntax

MailMergeConvertChevrons [Convert]

MailMergeConvertChevrons()

Remarks

When you open a document created in Word for the Macintosh version 5.x or 4.0 that contains chevrons (« ») and MailMergeAskToConvertChevrons() returns 0 (zero), MailMergeConvertChevrons controls whether or not Word converts text enclosed by chevrons to merge fields. If MailMergeAskToConvertChevrons() returns 1, MailMergeConvertChevrons controls which button is the default when Word displays a prompt asking if you want to convert chevrons.

Argument

Explanation

Convert

Controls whether or not to convert chevrons (or which button is the default if the prompt appears):

0 (zero) Does not convert chevrons (or sets the default button in the prompt to No).

1 Converts chevrons (or sets the default button in the prompt to Yes).

Omitted Toggles the setting that determines whether chevrons are converted (or toggles the default button in the prompt).


The MailMergeConvertChevrons() function returns 0 (zero) if the default button is No and –1 if the default button is Yes.

See Also

MailMergeAskToConvertChevrons