AutoCorrect object (Word)
Represents the AutoCorrect functionality in Word.
Remarks
Use the AutoCorrect property to return the AutoCorrect object. The following example enables the AutoCorrect options and creates an AutoCorrect entry.
With AutoCorrect
.CorrectCapsLock = True
.CorrectDays = True
.Entries.Add Name:="usualy", Value:="usually"
End With
The Entries property returns the Entries object that represents the AutoCorrect entries in the AutoCorrect dialog box.
Properties
- Application
- CorrectCapsLock
- CorrectDays
- CorrectHangulAndAlphabet
- CorrectInitialCaps
- CorrectKeyboardSetting
- CorrectSentenceCaps
- CorrectTableCells
- Creator
- DisplayAutoCorrectOptions
- Entries
- FirstLetterAutoAdd
- FirstLetterExceptions
- HangulAndAlphabetAutoAdd
- HangulAndAlphabetExceptions
- OtherCorrectionsAutoAdd
- OtherCorrectionsExceptions
- Parent
- ReplaceText
- ReplaceTextFromSpellingChecker
- TwoInitialCapsAutoAdd
- TwoInitialCapsExceptions
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.