I have a long variable X that contains a number. Say it’s 415.
How do I delete everything on the worksheet from Row 415 and below?
I want to ensure my spreadsheet is clean in Row 415 and anything else that might be below it.
How do I do this? Thanks.
It sounds like something like the below will suit your needs:
Where X is a variable that = the row number ( 415 )