Options.AutoFormatAsYouTypeInsertOvers Property (Word)

True for Microsoft Word to automatically insert "以上" when the user enters "記" or "案". Read/write Boolean.

Syntax

expression .AutoFormatAsYouTypeInsertOvers

expression Required. A variable that represents an Options collection.

Example

This example sets Microsoft Word to automatically insert "以上" when the user enters "記" or "案".

Options.AutoFormatAsYouTypeInsertOvers = True

See Also

Concepts

Options Object Members

Options Object