P
Paul
I have a VB app that uses automation to simply open a PPT and save it as JPG
slides. Everything is great until I've run into someone with a "protected"
powerpoint file - the powerpoint Presentation object will return an error on
SaveAs (which I understand), but worse, it will return an error on the
Close() method as well -- leaving the protected presentation open and
running in my PowerPoint object (and on the taskbar) which I don't want. I
just want to close that protected presentation and return an error message
to the user.
and the next question would be -- is there a brute force method to override
this protection?
Thanks.
-- Paul
slides. Everything is great until I've run into someone with a "protected"
powerpoint file - the powerpoint Presentation object will return an error on
SaveAs (which I understand), but worse, it will return an error on the
Close() method as well -- leaving the protected presentation open and
running in my PowerPoint object (and on the taskbar) which I don't want. I
just want to close that protected presentation and return an error message
to the user.
and the next question would be -- is there a brute force method to override
this protection?
Thanks.
-- Paul