Activating a custom animation from a macro

F

Finius Eetch

I have a macro that does the following:

Counts from 1-1000
The count is updated in (text box 1) with the current value.
I also have (text box 2) that assigns a name based on the value from Count.

When the count gets to 1000 and my loop ends, I want to play an animation on
(text box 2) - and loop it until i proceed to the next slide.

I would like this to happen without having to make another action object to
click and activate this.

As it is, I don't like having an action object to even launch my count down
macro, would rather just have it activate on entering the slide since i'll be
walking and talking during the presentation.


Any tips on the main question, and the secondary issue would be great.
 
D

David M. Marcovitz

The easy solution would be to make a duplicate slide. The VBA can easily
jump to another slide. If the other slide is a duplicate of the first,
it will look seamless to the user.
--David
 

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