Options.AutoFormatAsYouTypeReplaceFarEastDashes Property (Word)
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.
Sub AutoFarEastDashes()
Options.AutoFormatAsYouTypeReplaceFarEastDashes = True
End Sub