View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Test if Active Cell is in a named range


If Not Intersect(Activecell,Range("myRange")) Is Nothing Then

--

HTH

RP

"Simon Shaw" wrote in message
...
How can I validate is the active cell is within a named range?