View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Aaron is offline
external usenet poster
 
Posts: 287
Default Is Active Cell in a Range?

I want to write some code like,

If Activecell is part of range whatever then
if true....
else
If fales....
End if

How do I say that?