javajom
03-08-2008, 09:10 AM
Hi,
I need to activate a message box on a certain date, I've tried the excel code:
If Date <= DateSerial(2009, 1, 30) Then
MsgBox("Hello")
End If
and I need to start it automatically, AutoExec but not sure how to do it.
I need to activate a message box on a certain date, I've tried the excel code:
If Date <= DateSerial(2009, 1, 30) Then
MsgBox("Hello")
End If
and I need to start it automatically, AutoExec but not sure how to do it.