G Guest Jan 6, 2005 #1 Can someone show me how I can create a macro to exit the powerpoint presentation?
G Guest Jan 6, 2005 #2 Hi, You can create a hyperlink or action button to "end show". See: http://www.powerpointmagician.com/articles/dynamicppt.htm Glenna
Hi, You can create a hyperlink or action button to "end show". See: http://www.powerpointmagician.com/articles/dynamicppt.htm Glenna
D David M. Marcovitz Jan 6, 2005 #3 What Glenna said, but if it has to be a macro: Sub EndPres() ActivePresentation.Close End Sub or Sub QuitPPT Application.Quit End Sub You can look at some related things on my site; see Example 8.6: http://www.loyola.edu/education/PowerfulPowerPoint/ --David -- David M. Marcovitz Director of Graduate Programs in Educational Technology Loyola College in Maryland Author of _Powerful PowerPoint for Educators_ http://www.loyola.edu/education/PowerfulPowerPoint/
What Glenna said, but if it has to be a macro: Sub EndPres() ActivePresentation.Close End Sub or Sub QuitPPT Application.Quit End Sub You can look at some related things on my site; see Example 8.6: http://www.loyola.edu/education/PowerfulPowerPoint/ --David -- David M. Marcovitz Director of Graduate Programs in Educational Technology Loyola College in Maryland Author of _Powerful PowerPoint for Educators_ http://www.loyola.edu/education/PowerfulPowerPoint/