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 | |
---|---|---|
AddReplacement | Adds an entry to the array of AutoCorrect replacements. | |
DeleteReplacement | Deletes an entry from the array of AutoCorrect replacements. |
Properties
Name | Description | |
---|---|---|
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. | |
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. | |
AutoFillFormulasInLists | Read/write | |
CapitalizeNamesOfDays | True if the first letter of day names is capitalized automatically. Read/write Boolean. | |
CorrectCapsLock | True if Microsoft Excel automatically corrects accidental use of the CAPS LOCK key. Read/write Boolean. | |
CorrectSentenceCap | True if Microsoft Excel automatically corrects sentence (first word) capitalization. Read/write Boolean. | |
DisplayAutoCorrectOptions | Allows the user to display or hide the AutoCorrect Options button. The default value is True. Read/write Boolean. | |
Parent | Returns the parent object for the specified object. Read-only. | |
ReplacementList | Returns the array of AutoCorrect replacements. | |
ReplaceText | True if text in the list of AutoCorrect replacements is replaced automatically. Read/write Boolean. | |
TwoInitialCapitals | True if words that begin with two capital letters are corrected automatically. Read/write Boolean. |