Hello I need to know if the cell D9 is in the range A7 - E20 Thanks
B Bob Phillips Aug 15, 2006 #2 If Not Intersect(Range("D9"),Range("A7:E20")) Is Nothing Then MsgBox "yes" End If -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
If Not Intersect(Range("D9"),Range("A7:E20")) Is Nothing Then MsgBox "yes" End If -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
C Casrlos A. Aug 15, 2006 #3 Thanks!! Bob Phillips said: If Not Intersect(Range("D9"),Range("A7:E20")) Is Nothing Then MsgBox "yes" End If -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) Click to expand...
Thanks!! Bob Phillips said: If Not Intersect(Range("D9"),Range("A7:E20")) Is Nothing Then MsgBox "yes" End If -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) Click to expand...