Options.InterpretHighAnsi Property

Word Developer Reference

Returns or sets the high-ANSI text interpretation behavior. Read/write WdHighAnsiText.

Syntax

expression.InterpretHighAnsi

expression   Required. A variable that represents an Options collection.

Example

This example sets Word to interpret all high-ANSI text as East Asian characters.

Visual Basic for Applications
  Options.InterpretHighAnsi = wdHighAnsiIsFarEast

See Also