Unwrap text

Macro Title:
Wrap Text Option:
Comment:

'

Sub Unwrap_Text()
'unwrap text in selected cells

Selection.WrapText = False

End Sub