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 object.

Example

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

Options.AutoFormatAsYouTypeInsertOvers = True

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.