Hello,
I have this code:
———————————————–
If ((Time >= “1:00 AM”) And (Time <= "1:10 AM")) Then
Call cmdLink_Click 'automatically logs in
Call ScheduledRun ' runs reports
End If
----------------------------------------------
which i want to run at 1:00 am however it also runs at 1:00 pm, what am i doing wrong?
thanks,
Kurt