A timer that triggers on minutes instead of seconds
A timer that triggers on minutes instead of seconds
Rate A timer that triggers on minutes instead of seconds
(2(2 Vote))
'type in the "Minute" interval you want in Text2
Private Sub Timer1_Timer()
Text1 = Text1 + 1
If Text1 / 60 = Text2 Then Text3 = "1 min" 'command = True
End Sub
A timer that triggers on minutes instead of seconds Comments
No comments yet — be the first to post one!
Post a Comment