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
 

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