C
Colin Hayes
Hi all
At the end of a macro , I need to select all the cells with content in
the worksheet excluding the first row.
The problem is that the amount of rows and columns to be selected will
vary each time I run the macro.
Sometimes it might need to select for example cells A2:Z270 , or next
time it might need to select cells A2:Y4785 and so on.
Can someone help with some code to select all the cells with content via
variables , whatever the spread , at the end of my macro?
Thanks
At the end of a macro , I need to select all the cells with content in
the worksheet excluding the first row.
The problem is that the amount of rows and columns to be selected will
vary each time I run the macro.
Sometimes it might need to select for example cells A2:Z270 , or next
time it might need to select cells A2:Y4785 and so on.
Can someone help with some code to select all the cells with content via
variables , whatever the spread , at the end of my macro?
Thanks