CorrectTableCells Property

True to automatically capitalize the first letter of table cells. Read/write Boolean.

expression.CorrectTableCells

expression Required. An expression that returns an AutoCorrect object.

Example

This example disables automatic capitalization of the first letter typed within table cells.

Sub AutoCorrectFirstLetterOfTableCells()
    Application.AutoCorrect.CorrectTableCells = False
End Sub

Applies to | AutoCorrect Object