Accessing sahpe information in a Macro

G

gavin schiff

I know how to obtain a value for a shape's name-
temp = Application.ActiveWindow.Page.Shapes.Item(i).Name

How do I get the value for BeginX?

Is there a list showing the various shape properties that
I can use in a macro?

Thanks
 
Top