Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Dec. 11, 2013, 6:04 a.m.
FORMAT:
Text only
SIZE:
387 Bytes
Raw
Download
Tweet
HITS:
1051
Go to comments
Report
Sub Call_At_3_30()
'first call appropriate procedure
Call myProcedure
'next, set new calling time
Application.OnTime TimeValue("3:30:00"), "Call_At_3_30"
End Sub
Sub myProcedure
'your code here
End Sub
Application.OnTime Now + 1, "Call_At_3_30"
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus