Threading in VBA

M

marie.ricketts

Hi,

Is it possible to spawn a separate execution thread in VBA for PowerPoint?

I want to have a slide show running in LoopUntilStopped mode, meanwhile
keeping track of the time in a separate loop. At certain time intervals,
pause the slide show, update some data and restart.

Can anyone provide some pointers?

Thank you!
 
Top