Use Timer Function

K

Kou Vang

In my code, apparently I need a pause of some sort as I have 2 applications
running at once. The code continually fails, unless I step through it. How
do I use the timer function to set a pause? The example in the help was
kinda confusing. Thanks.

Kou
 
P

Peter

Hi Kou,

I'm also kinda new here but doesn't that work if you use "DoEvents" before
running the second part? This makes the program wait until other operations
are done I think?

Hope this helps

Peter
 
Top