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.
 
Top