vba start animation in powerpoint

C

cyrille

Hi all,

After a search trip over Internet,
I think that it is not possible to start a specific shape animation with VBA.
The only way is to use '.View.Next' command, so animations have to be sequencially played.

cannot we simulate a mouse click on a shape from VBA to start a specific shape's animation ?

if( foo = 1 )then
play animation(s) of rectangle 1 (like mouse click)
else
play animation(s) of rectangle 2 (like mouse click)
end if

thanks for you light ;o)
cyrille
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top