Get next custom animation using vba

  • Thread starter Thread starter Kags
  • Start date Start date
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
 
If you are using PPT 2003 then you have the event SlideShowNextClick which
tells you which event will be fired next on mouse-click.
 
Back
Top