T
Tom Grillot
I have a set of slides I want to show in a loop, each slide appearing for 20
seconds or so. When I terminate this loop by pressing Esc (or by any other
user-controled method) I want to exit this loop and automatically start
another sequence of slides. I've played around with using two different
presentations, but to no avail. As soon as the looped sequence ends the
program stops. This is my first Powerpoint VBA experiment. Any suggestions
will be appreciated.
The logic looks something like this:
Start Loop
Show Slide for 20 sec
_ <User Terminated?> _
| |
No Yes
| |
Show Slide 2 |
End Loop |
Exit Loop
Start second slide set
Thanks,
Tom
seconds or so. When I terminate this loop by pressing Esc (or by any other
user-controled method) I want to exit this loop and automatically start
another sequence of slides. I've played around with using two different
presentations, but to no avail. As soon as the looped sequence ends the
program stops. This is my first Powerpoint VBA experiment. Any suggestions
will be appreciated.
The logic looks something like this:
Start Loop
Show Slide for 20 sec
_ <User Terminated?> _
| |
No Yes
| |
Show Slide 2 |
End Loop |
Exit Loop
Start second slide set
Thanks,
Tom