AutoCorrect Members
Include Protected Members
Include Inherited Members
Contains Microsoft Excel AutoCorrect attributes (capitalization of names of days, correction of two initial capital letters, automatic correction list, and so on).
The AutoCorrect type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Excel application. | |
AutoExpandListRange | A Boolean value indicating whether automatic expansion is enabled for lists. | |
AutoFillFormulasInLists | Affects the creation of calculated columns created by automatic fill-down lists. Read/write Boolean. | |
CapitalizeNamesOfDays | True if the first letter of day names is capitalized automatically. | |
CorrectCapsLock | True if Microsoft Excel automatically corrects accidental use of the CAPS LOCK key. | |
CorrectSentenceCap | True if Microsoft Excel automatically corrects sentence (first word) capitalization. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
DisplayAutoCorrectOptions | Allows the user to display or hide the AutoCorrect Options button. The default value is True. | |
Parent | Returns the parent object for the specified object. | |
ReplacementList | Returns the array of AutoCorrect replacements. | |
ReplaceText | True if text in the list of AutoCorrect replacements is replaced automatically. | |
TwoInitialCapitals | True if words that begin with two capital letters are corrected automatically. |
Top
Methods
Name | Description | |
---|---|---|
AddReplacement | Adds an entry to the array of AutoCorrect replacements. | |
DeleteReplacement | Deletes an entry from the array of AutoCorrect replacements. |
Top