View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_28_] Michael[_28_] is offline
external usenet poster
 
Posts: 4
Default Offset and Range Selection

I want to go to the last populated cell and then select the next 10 X 6
cells down. I am not sure how do this using offset but it does need to be
variable since my list varies in length.

Ex.

Last cell with a value is A117 ( I can use the end down to get there) I want
to select range (A118:F128)

I have tried several guesses and none have worked so far.


Thanks