selecting rows
David,
Try
range(ActiveCell,Activecell.offset(5,0)).select
The formulae above will select all cells from the current
active cell to 5 cells below.
Regards,
Ciara
-----Original Message-----
How can I select a given number of rows below the
position
of the cursor?
.
|