Hi all,
I need to set a range equal to every other row, but don't want to 'hard code' it.
Ie
as the data changes in size. I can get the size of data by using .End(xlup).
Is it possible to set it automatically?
Thanks,Nigel
I need to set a range equal to every other row, but don't want to 'hard code' it.
Ie
Code:
Set Rng = Range("G3,G5,G7")
as the data changes in size. I can get the size of data by using .End(xlup).
Is it possible to set it automatically?
Thanks,Nigel