tesleen2025
New Member
- Joined
- Nov 23, 2016
- Messages
- 13
Hi,
I have the below code. I need to resize this to exclude the last row. In other words I want to keep all but the last row selected.
Range("A3:B3").Select
Range(Selection, Selection.End(xlDown)).Select
I've tried various offsets and resize combinations and can't seem to get it right.
Hoping someone can help with this.
Thank you,
Tesleen
I have the below code. I need to resize this to exclude the last row. In other words I want to keep all but the last row selected.
Range("A3:B3").Select
Range(Selection, Selection.End(xlDown)).Select
I've tried various offsets and resize combinations and can't seem to get it right.
Hoping someone can help with this.
Thank you,
Tesleen