TwistShout
New Member
- Joined
- Aug 17, 2011
- Messages
- 15
This is a quality of life issue.....
Is there a better way to refer to a dynamic range than
Range(Range("A2"), Range("A2").end(xldown))
or
Range(Range("A2"), Range("B2").end(xldown)).
My code starts to packed and jumbled and ,if possible, this could make it easier to review/create.
potential thanks.
Is there a better way to refer to a dynamic range than
Range(Range("A2"), Range("A2").end(xldown))
or
Range(Range("A2"), Range("B2").end(xldown)).
My code starts to packed and jumbled and ,if possible, this could make it easier to review/create.
potential thanks.