a question for Shyam?!

  • Thread starter Thread starter Geoff Cox
  • Start date Start date
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
 
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.
 
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
 
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
 
Back
Top