Thread: Selecting rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shatin[_2_] Shatin[_2_] is offline
external usenet poster
 
Posts: 56
Default Selecting rows

If I want to select rows 1 to 15, the syntax is:

rows("1:15").select

What if I want to select rows 1 to i where i is an integer?

Thanks!