Hi everyone,
I have this code:
Vardt = Date
MsgBox (Now)
MsgBox ("Use CTRL+BREAK to terminate manually."
On Error Resume Next
Do
DoEvents
Loop Until Now > CVDate(Vardt & " 2:00:00 AM"
I want to add one day to my Date. I use this code to run and update but I want to click and run this proc tomorrow at 2 in the morning.
How can I do that?
thanks,
chavito
I have this code:
Vardt = Date
MsgBox (Now)
MsgBox ("Use CTRL+BREAK to terminate manually."
On Error Resume Next
Do
DoEvents
Loop Until Now > CVDate(Vardt & " 2:00:00 AM"
I want to add one day to my Date. I use this code to run and update but I want to click and run this proc tomorrow at 2 in the morning.
How can I do that?
thanks,
chavito