One - No code
Insert an obect such as an auto shape or a square or a circle. Format it
the way you want it. Right click the object and select action settings. On
the Mouse Click tab select Hyperlink To then select Slide ... When the box
pops up, select the slide you want to to goto when you click the object.
When you are in presentation mode, this will take you to that slide.
Two - Some Code
Insert a command button on a slide. Go to the code behind the button and
enter the following:
activepresentation.Slides(1).Select
Where the number 1 represents the slide you want to activate. When this
code is run it will activate the slide specified.
If you are looking for simply jumping from slide to slide, then sgv2000's
first suggestion is what you want. If you want to do more and are up to
try coding, you might look at some of the examples at my site:
--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_ http://www.loyola.edu/education/PowerfulPowerPoint/
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.