a question for Shyam?!

G

Geoff Cox

Shyam,

I am still trying to find out how to use VBA to remove the ellipse
(Animation schemes/Exciting) animation from a whole series of slides.

Surely this must be possible?

Help!

Cheers

Geoff
 
S

Shyam Pillai

Question: How was the animation assigned in the first place?
Question: Is the animation been copied to the slides or is it still on the
master? The animation scheme is applied to the master so if you delete the
animations in the master it will affect all the slides based on that
master.
 
G

Geoff Cox

On Fri, 30 Jun 2006 12:38:17 +0530, "Shyam Pillai"

Thanks for your reply Shyam.
Question: How was the animation assigned in the first place?

Using PowerPoint 2003, I selected Slide Show/Animation
schemes/Exciting/Ellipse Motion
Question: Is the animation been copied to the slides or is it still on the
master? The animation scheme is applied to the master so if you delete the
animations in the master it will affect all the slides based on that
master.

There is only 1 slide in all the presentations so that simplies this
aspect?

Problem is that I have about 100 presentations, each with 1 slide, and
would like to use VBA to remove the Ellipse Motion.

Cheers

Geoff
 
S

Shyam Pillai

Since the animation schemes is applied to the master. You need to delete the
concerned animation from the master itself.

ActivePresentation.Designs(1).SlideMaster.TimeLine.MainSequence(1).Delete


--
Regards,
Shyam Pillai

Image Importer Wizard: http://skp.mvps.org/iiw.htm
 

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