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...