Options.AutoFormatAsYouTypeInsertOvers property (Word)
True for Microsoft Word to automatically insert "以上" when the user enters "記" or "案". Read/write Boolean.
expression. AutoFormatAsYouTypeInsertOvers
expression Required. A variable that represents an Options object.
This example sets Microsoft Word to automatically insert "以上" when the user enters "記" or "案".
Options.AutoFormatAsYouTypeInsertOvers = True
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.