hide ppt. slide using automation form Access

N

nycdon

I'm set up vba to create new ppt file from Access, updating charts with
queries. How can I hide a slide(s), with user checking off which
report/slides they;d like to view?
thanks!
 
S

Steve Rindsberg

I'm set up vba to create new ppt file from Access, updating charts with
queries. How can I hide a slide(s), with user checking off which
report/slides they;d like to view?

You can set the slide's .SlideShowTransition.Hidden property to msoTrue

That will do the same thing as the user hiding the slide in the UI.
 

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