Pause/Resume for VBA code

  • Thread starter Thread starter daMike
  • Start date Start date
D

daMike

Hello,

I have to run a VBA code in PPT 2002 and need to insert a
pause/resume function (button). Is it possible to stop the running
code and resume at the breakpoint point after clicking again on the pause button?

Thanks in advance!
daMike
 
Hi,

thanks for the advice. I'm not a VBA guru either :-). Currently I use
a WHILE-loop with a 1sec wait-cycle to "simulate" the pause. Via
a flag I enable and disable that cycle. Works pretty good but it
looks not really nice.

Thanks for your help!
daMike
 
Back
Top