Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 907 Bytes

Word.AutoCorrect.CorrectTableCells.md

File metadata and controls

43 lines (26 loc) · 907 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AutoCorrect.CorrectTableCells property (Word)
vbawd10.chm155779091
vbawd10.chm155779091
Word.AutoCorrect.CorrectTableCells
8bb5dfdd-9c54-b49e-609f-18b4d8b556ee
06/08/2017
medium

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

[!includeSupport and feedback]