Hello All,
I have file that with each update the needed range will vary in size, number of rows and columns will change.
What I am trying to do is be able to select this range.
so far this is what I have:
Range("a65536").End(xlUp).Offset(1, 0).Select
Range(ActiveCell, ActiveCell.End(xlToRight)).Select
This selects only the last row to the last column. What I need to also select all data that precedes. I have searced this board and tried some variations but to now avail.
If someone can fill in the missing piece or direct me in the right direction I would be very appreciated.
Thanks
Dan
I have file that with each update the needed range will vary in size, number of rows and columns will change.
What I am trying to do is be able to select this range.
so far this is what I have:
Range("a65536").End(xlUp).Offset(1, 0).Select
Range(ActiveCell, ActiveCell.End(xlToRight)).Select
This selects only the last row to the last column. What I need to also select all data that precedes. I have searced this board and tried some variations but to now avail.
If someone can fill in the missing piece or direct me in the right direction I would be very appreciated.
Thanks
Dan