View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raas Raas is offline
external usenet poster
 
Posts: 9
Default VBA Code execution delay

I am now at a point in my school project that I need to draw polygons
automatically, one every three seconds. I can do a "For" loop, but I need to
delay the code for three seconds before starting the loop again. Is there
any way to "pause" execution and then have it start up again on its own?
--
Raas