VBA in Presentation

  • Thread starter Thread starter Desmond
  • Start date Start date
D

Desmond

Can anyone tell me how I can use VBA Using Visual Basic to cause a powerpoint
presentation to jump to a specified page. I have posted this before but it
never apeard in the list for some strange reson.
 
This has already been answered. Please see response in previous posting!
 
ActivePresentation.SlideShowWindow.View.GotoSlide 72

This will jump to slide 72. Replace 72 with something else to go to a
different slide.

--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/

(e-mail address removed) (Desmond) wrote in
 

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

Back
Top