Skip to content
Home
Tutorials
Real-World Examples
Unwrap text
Run Code
Parameters
Macro Title:
Wrap Text Option:
False
True
Comment:
'
Sub
Unwrap_Text
()
'
unwrap text in selected cells
Selection.WrapText =
False
End Sub