Dannyh1
Well-known Member
- Joined
- Nov 18, 2009
- Messages
- 1,144
Hi
I am trying to select a range by starting from last row up to a fixed row
I have
To get my last row
Would not give me what I need as the fixed range I need it to go up to is A11.
Appreciate advise on correct code.
Thanks.
I am trying to select a range by starting from last row up to a fixed row
I have
Code:
Range("A65536").Select
Selection.End(xlUp).Select
To get my last row
Code:
Range(Selection, Selection.End(xlUp)).Select
Would not give me what I need as the fixed range I need it to go up to is A11.
Appreciate advise on correct code.
Thanks.