WordWrap Property Example

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

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

This example sets Microsoft Word to wrap Latin text in the middle of a word in the first paragraph in the active document.

ActiveDocument.Paragraphs(1).WordWrap = True