Edit

Share via


Cell.WordWrap property (Word)

True if Microsoft Word wraps text to multiple lines and lengthens the cell so that the cell width remains the same. Read/write Boolean.

Syntax

expression.WordWrap

expression Required. A variable that represents a 'Cell' object.

Example

This example sets Microsoft Word to wrap text to multiple lines in the third cell of the first table so that the cell's width remains the same.

ActiveDocument.Tables(1).Range.Cells(3).WordWrap = True

See also

Cell 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.