Thread: "If" VB Syntaxe
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marie Lavoie Marie Lavoie is offline
external usenet poster
 
Posts: 24
Default "If" VB Syntaxe

I should have an answer in 5 sec maximum I guess... But can't find it!!
How do I give 2 conditions (or more) to a If?

If condition1 and condition2 then
If (condition1 and condition2) then

If condition1 and if condition2 then

.. ???



Thank you.

Marie