View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Ponzelli Paul Ponzelli is offline
external usenet poster
 
Posts: 2
Default testing whether the ActiveCell is in a given range

Is there a way to test whether the ActiveCell is in a given range?

For example, if a range named rngRedDog consists of the range D3:G6, how
could you test to see if the ActiveCell is in that range?

Thanks in advance,

Paul