TextFrame2.WordWrap property (Office)

Determines whether lines of text break automatically to fit inside the shape. Read/write.

Syntax

expression.WordWrap

expression An expression that returns a TextFrame2 object.

Remarks

The value of the WordWrap property can be one of these MsoTriState constants.

Constant Description
msoFalse Lines of text don't break to fit within the shape boundaries.
msoTrue Lines of text break to fit within the shape boundaries.

See also

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.