Playing multiple Custom slide shows through VBA

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
 
P

phatboyslim

Can a button be used in an show that is already running to activate the custom slideshow?
 

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