How to find animation number

S

Steven

Dear all,

I set some animation property in powerpoint file ! When I slide show
powerpoint file, then click spacebar, each animation can appear at once! If
we want to know how many animation for this slide! It meaning is that how
many spacebar I need lick before we can enter the next slide How to get
this number with vb or VBA method?

Thanks
 
D

David M. Marcovitz

Would it be something like this?

ActivePresentation.Slides(1).TimeLine.MainSequence.Count

This is for slide 1. Change the 1 to something else to get other slides.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 
Top