This property returns and sets a value that determines whether text within a cell is broken between words if a word extends past the edge of the cell.
object.WordWrap [= Boolean]
A Grid control can display text slightly faster if you set WordWrap to False.
You also can use a return character—Chr(13)—to force line breaks.