A Preview of A shape

G

Gil_H

Hi Ev1,
I'm making a macro that presents a form with a list box that shows all
the shapes on the current slide.
I would like to show the Shape image as well.
This is the Code:
With ActivePresentation.Slides(1)
For Each S In MyShapes
UserForm1.ListBox1.AddItem (MyShapes(i).Name)
i = i + 1
Next
End With
The Question is, how do i get the Shape's Preview? does it available
for me to load it as an image?

Thanx,
Gil H.
 
G

Gil_H

Thanks, that solution can do.
But is there a way to Export / Save those images in an imagelist
directly? it will save me to copy them to c:\ folder...

Thanx,
Gil H
 

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