hide Powerpoint slide during automation viewing..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm setting up vba from Access to run powerpoint using query data..i'm using
a master ppt template, creating a new one with the queried data.
q..How can run I the presentation, while hiding one or more of the slide(s),
depending on user selection.

thanks!
 
nycdon said:
I'm setting up vba from Access to run powerpoint using query data..i'm
using
a master ppt template, creating a new one with the queried data.
q..How can run I the presentation, while hiding one or more of the
slide(s),
depending on user selection.

Have each slide a separate presentation (ppt or pps file). Use the paths of
the slides to build multi-slide presentations on the fly. Ask one of the
PowerPoint MVPs for code on how to do that. I do know that several of them
have code to build presentations on the fly.

BTW, if you're doing this for a certain English company, my advice is to get
your money up front.
--
Arvin Meyer, MCP, MVP
Free MS-Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 
Back
Top