Or statement
Hi All,
I am trying to write a statement like
if A or B or C is not date then
Msgbox "Enter Date"
I can do individual ones like
if isdate(A)=false then
msgbox "Enter date"
How do I make one statement to cover all three or more conditions?
Thanks for you help.
Regards
UJ
|