AutoCorrect.CorrectTableCells property (Word)

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

Syntax

expression. CorrectTableCells

expression 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

See also

AutoCorrect Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.