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