Hiding Powerpoint

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

Guest

Is there any way to hide powerpoint while updating a presentation? Unlike
Excel, powerpoint doesn't like: ppApp.visible = False. Excel hides itself, my
VB application gives me a runtime error. Also, powerpoint doesn't seem to
respond to ppApp.Quit. It remains open and has to be closed by the user.

Any help would be appreciated.
 
Is there any way to hide powerpoint while updating a presentation? Unlike
Excel, powerpoint doesn't like: ppApp.visible = False. Excel hides itself, my
VB application gives me a runtime error. Also, powerpoint doesn't seem to
respond to ppApp.Quit. It remains open and has to be closed by the user.

You can automate PPT w/o making it visible, but it does place a few limits on
what you can do (you can't select anything, for example). It should to .Quit
but w/o seeing the code in question, it's anybody's guess as to why it doesn't.
 

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

Back
Top