Thread
:
Test if Active Cell is in a named range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips[_6_]
external usenet poster
Posts: 11,272
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?
Reply With Quote
Bob Phillips[_6_]
View Public Profile
Find all posts by Bob Phillips[_6_]