AutoCorrect.CorrectSentenceCap Property

Excel Developer Reference

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.

Visual Basic for Applications
  Application.AutoCorrect.CorrectSentenceCap = True

See Also