AutoCorrect Object Members

Excel Developer Reference

Contains Microsoft Excel AutoCorrect attributes (capitalization of names of days, correction of two initial capital letters, automatic correction list, and so on).

Methods

  Name Description
Bb255832.methods(en-us,office.12).gif AddReplacement Adds an entry to the array of AutoCorrect replacements.
Bb255832.methods(en-us,office.12).gif DeleteReplacement Deletes an entry from the array of AutoCorrect replacements.

Properties

  Name Description
Bb255832.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb255832.properties(en-us,office.12).gif AutoExpandListRange A Boolean value indicating whether automatic expansion is enabled for lists. When you type in a cell of an empty row or column next to a list, the list will expand to include that row or column if automatic expansion is enabled. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif AutoFillFormulasInLists Read/write
Bb255832.properties(en-us,office.12).gif CapitalizeNamesOfDays True if the first letter of day names is capitalized automatically. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif CorrectCapsLock True if Microsoft Excel automatically corrects accidental use of the CAPS LOCK key. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif CorrectSentenceCap True if Microsoft Excel automatically corrects sentence (first word) capitalization. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif DisplayAutoCorrectOptions Allows the user to display or hide the AutoCorrect Options button. The default value is True. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb255832.properties(en-us,office.12).gif ReplacementList Returns the array of AutoCorrect replacements.
Bb255832.properties(en-us,office.12).gif ReplaceText True if text in the list of AutoCorrect replacements is replaced automatically. Read/write Boolean.
Bb255832.properties(en-us,office.12).gif TwoInitialCapitals True if words that begin with two capital letters are corrected automatically. Read/write Boolean.