InfoConnect for Unisys VBA Guide
WordWrap Property

Gets or sets a value indicating whether to move the word being typed to the next line if the word has more characters than can fit on the current line.

Syntax
Object.WordWrap As Boolean

Property Value

If false, the word being typed is split between the current line and next line when no room is left on the current line.
Remarks

This property is primarily used with LINC applications. If you enable this feature, be sure to manually add delimiters at the end and beginning of each line.

See Also