P
PHason
I'm working on automating a slideshow where it pulls the data in from
an excel worksheet. One of the sheets has pictures that are added to
the sheet and are named. Is it possible for me to reference those
pictures, which will always be the same name from the excel sheet and
put them on a slide through vba? I've been playing with placeholders
and then changing the background with a picture from a directory, and
that works well.
Using something like:
ActivePresentation.Slides("NewHires").Shapes("img1").Fill.UserPicture
"c:\pic.jpg"
How would I do the same thing for a picture in an excel sheet? Is it
possible, or should I be using a different method for pictures in
powerpoint? Any suggestions would be great.
an excel worksheet. One of the sheets has pictures that are added to
the sheet and are named. Is it possible for me to reference those
pictures, which will always be the same name from the excel sheet and
put them on a slide through vba? I've been playing with placeholders
and then changing the background with a picture from a directory, and
that works well.
Using something like:
ActivePresentation.Slides("NewHires").Shapes("img1").Fill.UserPicture
"c:\pic.jpg"
How would I do the same thing for a picture in an excel sheet? Is it
possible, or should I be using a different method for pictures in
powerpoint? Any suggestions would be great.