Get next custom animation using vba

K

Kags

In SlideShow mode I'm using SlideShowNextBuild to trap the event between
each animation.
Now, is there a way, using vba, to figure out which animation that will be
executed next?

I know that you can use "ActivePresentation.SlideShowWindow.View.Next" to
excecute the
next animation, but the interesting thing is to know which that will be.

Kags
 
S

Shyam Pillai

If you are using PPT 2003 then you have the event SlideShowNextClick which
tells you which event will be fired next on mouse-click.
 
Top