Hi
I need to select a range of data from row 5 to the end of the number of columns, then the end of the number of rows.
I've used this, but get a Compile error.
Range("A1", Range("A1").End(xlToRight).End(xlDown).Select
Can someone please point out where I've gone wrong?
Thanks in advance
I need to select a range of data from row 5 to the end of the number of columns, then the end of the number of rows.
I've used this, but get a Compile error.
Range("A1", Range("A1").End(xlToRight).End(xlDown).Select
Can someone please point out where I've gone wrong?
Thanks in advance