VBA and "start after previous"?

  • Thread starter Thread starter Geoff Cox
  • Start date Start date
G

Geoff Cox

Hello,

I would like to use VBA to change exisiting action buttons which have
the EndShow link and the Entrance/Dissolve action, to have the "start
after previous" property. Cannot find anything on this anywhere!

Ideas please.

Thanks

Geoff
 
Geoff,
Try:
oSl.TimeLine.MainSequence(1).Timing.TriggerType=msoAnimTriggerAfterPrevious

Shyam,

Sorry for the slow response - have been away for a few days.

Thanks for the above.

Cheers

Geoff
 

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

Similar Threads

EndShow not working?! 2
VBA error? 2
vba - how to adapt macro recorded code? 18
VBA, triggers etc 2
sound effect possible? 4
code not working - why? 10
adding custom animation to macro? 7
VBA question 11

Back
Top