View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aidan.heritage@virgin.net is offline
external usenet poster
 
Posts: 244
Default Selection of variable rows

something like this do you?

Dim N As Long
N = 11
Rows("3:" & N).Select