N
nerohnze
Hi,
I need to delete subsequent rows, but i have to address the starting and the
end points by referring two cells.
I mean i dont want to use this:
Rows("2:5").Delete
But use this(something like this):
?? Rows( & Cells(1,2):Cells(1,3) & ).Delete ??
Can you please help? I couldn't find something like that in help pages.
I need to delete subsequent rows, but i have to address the starting and the
end points by referring two cells.
I mean i dont want to use this:
Rows("2:5").Delete
But use this(something like this):
?? Rows( & Cells(1,2):Cells(1,3) & ).Delete ??
Can you please help? I couldn't find something like that in help pages.