Playing multiple Custom slide shows through VBA

  • Thread starter Thread starter David M. Levine
  • Start date Start date
D

David M. Levine

I want to play several slide shows, depending on selections on a VBA form. I
was hoping that it would be a snap, but 2002 does not seem to share my
enthusiasm.

I am looking to do something such as:

Application.ActivePresentation.SlideShowWindow.View.GotoNamedShow "Custom
Show 1"
Application.ActivePresentation.SlideShowWindow.View.GotoNamedShow "Custom
Show 3"
Application.ActivePresentation.SlideShowWindow.View.GotoNamedShow "Custom
Show 8"

Other ways to concactinate a new show selected in real time would also work.

Thanks,
David
 
Can a button be used in an show that is already running to activate the custom slideshow?
 
Back
Top