How can I check to see if it is after a certain time? Just using the system clock? Thanks.
Printable View
How can I check to see if it is after a certain time? Just using the system clock? Thanks.
Use the Time function, eg:
Code:If Time > #6:00:00 PM# Then
MsgBox "It is after 6pm"
End If
Thank you!
Edit: Wow! A thread resolved in less than 2 minutes!