AutoFormatAsYouTypeReplaceFarEastDashes Property

Microsoft Word Visual Basic

AutoFormatAsYouTypeReplaceFarEastDashes Property

       

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

expression.AutoFormatAsYouTypeReplaceFarEastDashes

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

For more information on Japanese AutoFormat options, Automatically correct text as you type in another language.

Example

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

Sub AutoFarEastDashes()
    Options.AutoFormatAsYouTypeReplaceFarEastDashes = True
End Sub