IF Statement in VBA
Posted
by Edmond
on Stack Overflow
See other posts from Stack Overflow
or by Edmond
Published on 2010-05-26T14:13:44Z
Indexed on
2010/05/26
14:21 UTC
Read the original article
Hit count: 267
excel-vba
How would I code a IF statement if I was trying to say
IF the date today is equal to Monday THEN
Have Outlook prepare 3 emails
ELSE
Have Outlook prepare 2 emails
END IF
I just need help setting up the "IF the date today is equal to Monday." How would that code look.
© Stack Overflow or respective owner