Hi,
try something like:
Range(Cells(1,2) , Cells(1,3) ).EntireRow.Delete
--
Regards,
Sébastien
<http://www.ondemandanalysis.com>
<http://www.ready-reports.com>
"nerohnze" wrote:
> 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.
>
|