View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
avveerkar[_36_] avveerkar[_36_] is offline
external usenet poster
 
Posts: 1
Default how to set an interval


Wait will work but will suspend all other operations. In case you wan
do " some thing else " while your timer is also running, use OnTim
method. It is like setting an alarm. You set OnTime for 10 secs t
execute your procedure and do whatever else you want to do. At exactl
at the set time your proc will execute. At the end of your proc yo
could set another OnTime for 10 secs and you are free to do somethin
else instead of waiting for loop to count 10 seconds.

A V Veerka

--
avveerka
-----------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...fo&userid=3033
View this thread: http://www.excelforum.com/showthread.php?threadid=50881