I am trying to make something start at a specific time, but it is not working out. I have something like this:
If Format(Now, "hh:mm") > Hour(23) Then
{Whatever}
End If
I wanted this program to start at 11 o'clock at night if that is what the user choosed. That did not work. It just started the code as soon as it was done pausing for 8 minutes. Someone please help!
Joe


Reply With Quote