Hi!
how can I resize a from my active cell to a specific cell (eg. L1) and select all the cells in between?
I am using this code to select the last cell after my data (active cell is in column A).
Anyway, the code doesnt work since it complains about the L1. How do I code this?![]()
Range("G1").End(xlDown).Offset(0, -6).Select ActiveCell.Resize("L1").Select
thanks,
A2k
Bookmarks