Hi,
I'm looking for the VBA code that will select the last cell in named range. I can select the first cell by using this code:
But i don't know how to select the last cell. What I ultimately want to do is insert 2 rows above the last cell in my named range.
Thanks.
I'm looking for the VBA code that will select the last cell in named range. I can select the first cell by using this code:
Code:
Range("NamedRange")(1).select
But i don't know how to select the last cell. What I ultimately want to do is insert 2 rows above the last cell in my named range.
Thanks.
Last edited: