Update Excel Link

D

daMike

Hello,

I have to update a slide in PPT 2002 every 40ms.
The slide contains an object (external excel sheet)
which changes every 40ms. At the moment I use:

ActivePresentation.UpdateLinks

but I need some kind of timer or wait cycle to do the
update every 40ms automatically. The PPT slide should not
"sleep" during the wait state so that other tasks can be
performed.

Thanks in advance!
daMike
 
Top