dudewheresmyvba
New Member
- Joined
- Jul 6, 2017
- Messages
- 29
I have two sets of data. One offset from the other but directly below it. I want to do things to the second set but do not know how to reference it because they both change per iteration of the data.
So example:
My top set of data is A1:L11.
There are 4 blank rows between them.
And the second set is A16:L46
vs
Top set is A1:L21
4 blank rows
Bottom set is A:26:L155
I want to be able to find and name the range for the bottom set like i did with the top with CurrentRegion.Select. I have been fooling around with the .End(xlUP) but am not quite there.
Let me know if there is any more info you need.
So example:
My top set of data is A1:L11.
There are 4 blank rows between them.
And the second set is A16:L46
vs
Top set is A1:L21
4 blank rows
Bottom set is A:26:L155
I want to be able to find and name the range for the bottom set like i did with the top with CurrentRegion.Select. I have been fooling around with the .End(xlUP) but am not quite there.
Let me know if there is any more info you need.
Last edited: