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