I am pulling my hair out trying to figure out what is wrong with this line:
I've tried a number of different ways of writing this such as:![]()
rng.Offset(4, 0).RowHeight.AutoFit
Rng refers to a single cell that is passed to my subroutine from a calling sub. It keeps saying:![]()
rng.Offset(4, 0).Rows.RowHeight.AutoFit
Run Time Error '424': Object Required
Please help me figure this out.
Bookmarks