IF Statement in VBA
- by Edmond
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.