Thread: variable range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
John John is offline
external usenet poster
 
Posts: 48
Default variable range

thanks... I couldn't find that in the help files.
John

protonLeah wrote:
Range(Cells(r1, c1), Cells(r2, c2)), whe
(r1,c1) are the row,col of the first cell and (r2,c2) are the row, col
of the last cell. From your query, I suppose r2 =n-th row?