Thread: Check the Date
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stewdizzle stewdizzle is offline
external usenet poster
 
Posts: 17
Default Check the Date

I would like a VB code that will check the current date and then
perform an action. Something to the effect of:

SUB
IF today's date is after February 15, 2007 THEN
do this
ELSE
do that
END IF
END SUB

Is it possible?