- Home
·
- Miscellaneous
·
- Delays something for the number of seconds you specify, without using a timer control. System still
Delays something for the number of seconds you specify, without using a timer control. System still
Delays something for the number of seconds you specify, without using a timer control. System still remains responsive to input during the
Rate Delays something for the number of seconds you specify, without using a timer control. System still
(1(1 Vote))
Dim n As Double
n = Timer + Seconds
Do While Timer < n
DoEvents
Loop
End Sub
Delays something for the number of seconds you specify, without using a timer control. System still Comments
No comments yet — be the first to post one!
Post a Comment