I need the text to fit the cells in a range. I need the cell size to remain the same but text font to shrink if it overflows.
Cant figure why code below not working
Thanks for any help
Tom
Cant figure why code below not working
Code:
Range(ActiveCell, ActiveCell.Offset(60, 0)).Select
For Each cell In Selection
ShrinkToFit = True
Next
Thanks for any help
Tom