Wrap text

Macro Title:
Wrap Text Option:
Comment:

'

Sub Wrap_Text()
'wrap text in selected cells

Selection.WrapText = True

End Sub