Skip to content
Home
Tutorials
Real-World Examples
Shrink text to fit in a cell
Run Code
Parameters
Macro Title:
Shrink Text Option:
True
False
First Comment:
'
Sub
Shrink_to_fit
()
'
shrink text to fit in selected cell
Selection.ShrinkToFit =
True
End Sub