View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lookin lookin is offline
external usenet poster
 
Posts: 7
Default select range next to activecell

I need to select a range of cells next to an active cell. My
activecell is named "EmptyCell", but the RC coordinates may change, so
I can't refer to the active cell's RC values. How do I select the
range starting at ActiveCell.offset(0,1) to ActiveCell.offset(10, 3) ?