vbacct
13 years agoVisitor
Is there a way to execute a function every few secs
I am looking for a function that does something similar to JavaScript's SetInterval() method, basically execute a function every few seconds/millisecs. And keep executing the function until the time interval is cleared. Looks like the roTimeSpan can be used to execute a function after certain time interval but how to make it run continuously until the time interval is cleared?