multiple triggers for custom animation

  • Thread starter Thread starter Bert
  • Start date Start date
B

Bert

I'd like to have an animation be triggered by several different actions
which the user may select (clicking on three different buttons, for
example).
Is there a way to do this. (Since there is some VBA programming on the
buttons I thought about adding a VBA instruction, but can't quite see how to
trigger an animation programmatically.)
Thanks.
Bert
 
Since you have VBA running, the easiest way is to wait until all the
conditions are met, then link to an identical looking slide and have the
animation auto-start.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
Back
Top