Open PPT (with password) using automation

B

Bill Elsey

Hi,

I am trying to open a PowerPoint presentation that has been protected by a
password using automation.

If there is no password involved, everything works fine. With a password,
oApp.Presentations.Open (...) fails and there is no password parameter in
the open method. Password is a property of Presentation, but how do you use
this in opening?

PowerPoint pops up a password dialog and waits.

Any help appreciated.

ELS
 
S

Steve Rindsberg

Hi,

I am trying to open a PowerPoint presentation that has been protected by a
password using automation.

If there is no password involved, everything works fine. With a password,
oApp.Presentations.Open (...) fails and there is no password parameter in
the open method. Password is a property of Presentation, but how do you use
this in opening?

By design, it's all but impossible; if you could open it programmatically, you
could pound away at it with a password generator trying one after another until
you broke it open.
 

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