Thread
:
Validation is not working
View Single Post
#
5
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
Validation is not working
Hi David,
Following seems to work :
Set Target = Range("$H$3")
If Target.Value = Range("$B$3").Value Then
MsgBox "That Entry is NOT ALLOWED!"
Target.ClearContents
Target.Select
End If
HTH
Cheers
Carim
Reply With Quote
Carim
View Public Profile
Find all posts by Carim