- Home
·
- Miscellaneous
·
- Shows a message box at a specific time that you set.. This code can also be used to set any functio
Shows a message box at a specific time that you set.. This code can also be used to set any functio
Shows a message box at a specific time that you set.. This code can also be used to set any function or sub to run automatically at a specific
Rate Shows a message box at a specific time that you set.. This code can also be used to set any functio
(1(1 Vote))
'Need some code? Request it at SmokeCrack.co.uk
If Format(Now, "HH:MM") = "09:00" Then
'What ever the code you wish to run here.
MsgBox "Need some code? request it at SmokeCrack.co.uk"
Else: GoTo 10 ' something else
End If
10
End Sub
Shows a message box at a specific time that you set.. This code can also be used to set any functio Comments
No comments yet — be the first to post one!
Post a Comment