Thread: selecting rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CiaraG CiaraG is offline
external usenet poster
 
Posts: 4
Default 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?
.