powerpoint 2003 Slides.InsertFromFile fails when macro security V.

G

Guest

Hi,

I have a VBA Add-in for Powerpoint 2003 that uses the
ActivePresentation.Slides.InsertFromFile command to insert slides into the
PPT file from the POT file. The POT file is located on a network drive. When
macro security is set to Low this runs as expected, with macro security set
to very high (and trust all add-ins checked) all the code in the add-in
appears to execute EXCEPT for the InsertFromFile command, no exception is
thrown, it just doesn't work. is this expected behavior and if so what is the
workaround?

Any advice appreciated!
Thanks.
 
S

Steve Rindsberg

Hi,

I have a VBA Add-in for Powerpoint 2003 that uses the
ActivePresentation.Slides.InsertFromFile command to insert slides into the
PPT file from the POT file. The POT file is located on a network drive. When
macro security is set to Low this runs as expected, with macro security set
to very high (and trust all add-ins checked) all the code in the add-in
appears to execute EXCEPT for the InsertFromFile command, no exception is
thrown, it just doesn't work. is this expected behavior and if so what is the
workaround?

That's a new one on me.

Might the problem be macros and/or ActiveX controls on the slides you're
inserting?
 

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