AutoCorrect.CorrectInitialCaps property (Word)
True if Word automatically makes the second letter lowercase if the first two letters of a word are typed in uppercase. For example, "WOrd" is corrected to "Word." Read/write Boolean.
Syntax
expression. CorrectInitialCaps
expression A variable that represents an 'AutoCorrect' object.
Example
This example sets Word to automatically correct errors in initial capitalization.
AutoCorrect.CorrectInitialCaps = True
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.