View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vish vish is offline
external usenet poster
 
Posts: 3
Default Powerpoint and Excel

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("Rectangl e
4").Select

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

thanks for your help