PDA

View Full Version : How to Go to the next step of an animation using VBA



philou54
09-05-2015, 01:59 AM
Hi there,


I am really new to VBA and I don't know how to do some "basic" stuff. I have a .ppt in which I have an animation with several steps. I already have a button to stop and resume the ppt and especially an animation, but I would also add a button that enables me to go to the next step of the animation and the resume. In other words I would like to "skip" a step of a animation to go to the newt one. Is it possible? I don't know which class I am supposed to use and what property: AnimationBehaviour, AnimationPoint, or AnimationSetting.

If you can't help me on this, i would basically like to make a ppt with 2 shapes (red and blue) switching every 5 sec in which I can pause or resume and if it is paused I can switch to the other shape (color) without waiting 5 seconds thanks to a button.

I don't know if I made myself very clear.

Thank you for help.