Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dim i
  2. i = 0
  3. do until i = 1
  4. i = 0
  5. if Hour(NOW) = "21" then
  6. if Minute(Now) = "13" then
  7. MsgBox "Happy"
  8. end if
  9. end if
  10. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement