Share via


AutoFormatAsYouTypeInsertClosings Property

AutoFormatAsYouTypeInsertClosings Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

True for Microsoft Word to automatically insert the corresponding memo closing when the user enters a memo heading. Read/write.

expression.AutoFormatAsYouTypeInsertClosings

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 insert the corresponding memo closing when the user enters a memo heading.

  Sub AutoInsertClosings()
    Options.AutoFormatAsYouTypeInsertClosings = True
End Sub