Adding Shape on an Image

G

gil.horen

Hello,

How can i put a shape from a slide on an image from?

It has to be on run-time, so when i raise an event, a picture from the
slide would appear on the image control on my form.
I don't have the path of the picture.....so how do i use
LoadPicture.....How do i get the path? or is there another way besides
mentioning the path?

Thanx,
Gil H
 
J

Jim Gordon

Hi Gil,

You have the right idea.

The steps you would take:
Select the desired picture
Use AppleScript to save the picture as a file (you get to control the
file location so you know what the path is)
Use LoadPicture in VBA to bring the picture into PowerPoint

You seem to have a grasp of the rest, so I won't go into a lot of
detail. Is this enough information?

-Jim Gordon
Mac MVP
 

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