Thread: Or statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Uddinj1 Uddinj1 is offline
external usenet poster
 
Posts: 8
Default 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