I want to put some code in an Excel macro to select all rows from a certain point downwards.
The last row of my code so far is:
Range("C" & NumberofPGRows + 1).Select
This takes me to the first row I want to choose. I then want to choose all rows below (including the one I am on) right to the end of the sheet and then delete them. I'm struggling to write the (what is probably very simple) code for this.
Can anyone help ?
Thanks
The last row of my code so far is:
Range("C" & NumberofPGRows + 1).Select
This takes me to the first row I want to choose. I then want to choose all rows below (including the one I am on) right to the end of the sheet and then delete them. I'm struggling to write the (what is probably very simple) code for this.
Can anyone help ?
Thanks