PDA

View Full Version : VBA code: How to get to know the progress of animations on current slide?



midasjx
12-13-2013, 11:18 PM
Hi all,


How to get to know the progress of animations on current slide?
I just want to know which animation will be displaying after the next click.
Your VBA code is needed,

Great thanks!

midasjx
12-14-2013, 10:25 PM
No one knows?

Aussiebear
12-15-2013, 03:38 AM
Do you not already know the order of the animations? There are obviously two parts to coding, one is to plan the structure using ordinary language and the second is to code the ordinary language into (in this case) VBA.

Paul_Hossler
12-15-2013, 02:41 PM
Your VBA code is needed


1. What version of PowerPoint?

2. Why do you want to use VBA instead of manually setting the transistions?

3. Most people tell me that coding for PP animations and transitions is not for the faint of heart (so I've never tried it)

I usually take the easy road and do them manually (screen shot)

Paul

(Aussiebear -- I thought you were fishing :hi:)

John Wilson
12-16-2013, 01:31 AM
I'm trying hard (and failing) to understand what and especially why you are trying to achieve.

You don't even mention which version you have which is crucial. I'm guessing from other ? that you have 2003 in which case it is not possible to read the current animation click index (if that's what you mean)

It is possible in later versions but it's hard to see how this could be useful.