Options.AddHebDoubleQuote Property (Word)

True if Microsoft Word encloses number formats in double quotation marks ("). Read/write Boolean.

Syntax

expression .AddHebDoubleQuote

expression An expression that returns an Options object.

Example

This example sets Word to enclose number formats in double quotation marks (").

Options.AddHebDoubleQuote = True

See Also

Concepts

Options Object Members

Options Object