kiosk mode but not loop

G

Guest

I want my presentation to be in kiosk mode, but I don't want it to loop. I
want it to go through once and finish. Because the loop until 'esc' button
is grayed out under kiosk mode, i can't change it. can anyone help me out?
 
D

David M. Marcovitz

What is the purpose of doing this in kiosk mode? Could you uncheck the box
for Advance on Click under Slide Transitions instead of using Kiosk mode?
Could have a button on the last slide that quits and not have the last
slide automatically advance? If you tell us what you are trying to
accomplish, we might be able to suggest alternatives.
--David

--
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.PowerfulPowerPoint.com/
 
D

David M. Marcovitz

If you want VBA code, you could use:

ActivePresentation.SlideShowWindow.View.Exit

OR
Application.Quit

Without VBA, right click on the button, go to Action Settings, and choose
Hyperlink to, and select End Show from the drop down list.

--David
--
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.PowerfulPowerPoint.com/
 

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