Options.AutoFormatAsYouTypeInsertOvers Property

Word Developer Reference

True for Microsoft Word to automatically insert " ijouijou " when the user enters "ki" or "an". Read/write Boolean.

Syntax

expression.AutoFormatAsYouTypeInsertOvers

expression   Required. A variable that represents an Options collection.

Example

This example sets Microsoft Word to automatically insert " ijouijou " when the user enters "ki" or "an".

Visual Basic for Applications
  Options.AutoFormatAsYouTypeInsertOvers = True

See Also