Powerpoint Automation

M

MoonLiver

I would like to write some vba that allows the importation of a
graphic from the web on the load of a slide or the load of the
powerpoint document. Does anyone have any suggestions on how to do
this?

I understand how code access or AD profiles could have an impact on
these so feel free to elaborate about those technologies.

Thanks
ML
 
S

Steve Rindsberg

MoonLiver said:
I would like to write some vba that allows the importation of a
graphic from the web on the load of a slide or the load of the
powerpoint document. Does anyone have any suggestions on how to do
this?

The code here will bring a picture into PPT.
Substitute the picture's URL in place of the filename in the example:

Insert a picture at the correct size
http://www.pptfaq.com/FAQ00329.htm


To make it work automatically when a slide loads, you'll need to write an event
handler.

Make PPT respond to events
http://www.pptfaq.com/FAQ00004.htm

Generally, you'll need to do this in an add-in, though with a little trickery
you can probably get it to work during a slide show.
 

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