Powerpoint and Excel

V

Vish

Mostly this is a powerpoint programming question. I am
creating powerpoint slides from excel code and all is
working most of the time but, I cannot figure how to get
the "name" of various shapes on a slide.

For example: I build a slide via VBA and then I try to
insert text into a "rectangle" such as

ActiveWindow.Selection.SlideRange.Shapes("Rectangle
4").Select

How can I find the rectangle name? It's not
always "rectangle 4"

thanks for your help
 
Top