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
gil.horen@gmail.com - 20 Sep 2006 14:06 GMT
A correction to the last Post,
It has to be a Picture Shape.
Jim Gordon - 22 Sep 2006 03:57 GMT
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
> Hello,
>
[quoted text clipped - 8 lines]
> Thanx,
> Gil H