AutoCorrect.CorrectSentenceCap Property (Excel)
True if Microsoft Excel automatically corrects sentence (first word) capitalization. Read/write Boolean.
Syntax
expression .CorrectSentenceCap
expression A variable that represents an AutoCorrect object.
Example
This example enables Microsoft Excel to automatically correct sentence capitalization.
Application.AutoCorrect.CorrectSentenceCap = True