auto.pilot
Well-known Member
- Joined
- Sep 27, 2007
- Messages
- 734
- Office Version
- 365
- Platform
- Windows
Using Excel 2010, I am seeking a VBA method to set the row height of the LastRow
My last row is defined as ...
I know how to paste to the last row, but the syntax or method to set the height escapes me. I've searched and can't find anything that matches this question.
Appreciate any thoughts.
Thanks
Jim
My last row is defined as ...
Code:
LastRow = Range("B" & Rows.Count).End(xlUp).Row
I know how to paste to the last row, but the syntax or method to set the height escapes me. I've searched and can't find anything that matches this question.
Appreciate any thoughts.
Thanks
Jim