AutoFormatAsYouTypeAutoLetterWizard Property

Microsoft Word Visual Basic

expression.AutoFormatAsYouTypeAutoLetterWizard

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

Remarks

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

Example

This example sets Microsoft Word to automatically start the Letter Wizard when the user enters a letter salutation or closing.

Sub AutoLeterWizard()
    Options.AutoFormatAsYouTypeAutoLetterWizard = True
End Sub