vote up 1 vote down star

How can I create my own powerpoint animations in VB? Not sure where I can find the right commands etc.. I am somewhat familiar with VB... Is it even possible to achieve what I am looking for?

flag
You can certainly mimic much of PowerPoint's animation behavior in XAML (which can be written in VB for WPF/Silverlight apps), but I'm not sure if that is what you're shooting for. – Otaku Sep 25 at 14:34

1 Answer

vote up 3 vote down

Powerpoint has a rich COM object model that you can access from VB, heres a Microsoft resource that explains how to do it.

It can be difficult findoug out what classes do what, so a good first approach is to turn on the macro recorder in Powerpoint, do the operation that you'd like to automate in VB, and then look at the VBA code that the macro recorder has created. The VBA and VB code will be pretty much identical.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.