Options.AutoFormatAsYouTypeReplaceFarEastDashes Property

Word Developer Reference

True for Microsoft Word to automatically correct long vowel sounds and dashes. Read/write.

Syntax

expression.AutoFormatAsYouTypeReplaceFarEastDashes

expression   Required. A variable that represents an Options collection.

Example

This example sets Microsoft Word to automatically correct long vowel sounds and dashes as you type.

Visual Basic for Applications
  Sub AutoFarEastDashes()
    Options.AutoFormatAsYouTypeReplaceFarEastDashes = True
End Sub

See Also