AutoCorrectEntry Object Members

Word Developer Reference

Represents a single AutoCorrect entry. The AutoCorrectEntry object is a member of the AutoCorrectEntries collection. The AutoCorrectEntries collection includes the entries in the AutoCorrect dialog box (Tools menu).

Methods

  Name Description
Bb225990.methods(en-us,office.12).gif Apply Replaces a range with the value of the specified AutoCorrect entry.
Bb225990.methods(en-us,office.12).gif Delete Deletes the specified AutoCorrect entry.

Properties

  Name Description
Bb225990.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225990.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb225990.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb225990.properties(en-us,office.12).gif Name Returns or sets the name of the specified object. Read/write String.
Bb225990.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AutoCorrectEntry object.
Bb225990.properties(en-us,office.12).gif RichText True if formatting is stored with the AutoCorrect entry replacement text. Read-only Boolean.
Bb225990.properties(en-us,office.12).gif Value Returns or sets the value of the AutoCorrect entry. Read/write String.