CorrectSentenceCap Property [Excel 2003 VBA Language Reference]

True if Microsoft Excel automatically corrects sentence (first word) capitalization. Read/write Boolean.

Example

This example enables Microsoft Excel to automatically correct sentence capitalization.

Application.AutoCorrect.CorrectSentenceCap = True

Applies to | AutoCorrect Object