View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JP[_11_] JP[_11_] is offline
external usenet poster
 
Posts: 8
Default Simply select rows

I have been trying to simply select rows starting from the first row and
ending at the cursor's row.
For example, instead of ending the selection at row 13, as in:

Rows("1:13").Select

I would need:

Rows("1:[put something here that ends the selection at whatever row the
cursor is on]").Select

I've tried various configurations to no avail.
Thank you,
JP