Referencing Selected Sequences in VBA

J

John Michl

I've composed a small chuck of VBA that randomly assigns an Entrance
effect type to all of the Animation Sequences in the main sequence of
the active slide. What I'd like to do is only change the effect type
for those sequences selected or highlighted in the Custom Animation
pane.

Any ideas on how to reference this collection of sequences?

Thanks

- John
 
S

Shyam Pillai

Hello John,
While you can enumerate the sequences, I am not aware of any way to access
the highlighted/selected sequences in the custom animation task pane.
 
J

John Michl

Thanks, Shyam. If not, then I'll change my code to create new
animations instead of modify the old ones.

- John
 
J

John Michl

Thanks, Shyam. If not, then I'll change my code to create new
animations instead of modify the old ones.

- John
 
Top