ActiveChart location

D

Danny

May I know how to get the Activechart location like "Top",
"Left"...etc.

it must the Activechart, but not "Chart1"... "Shape1".....
 
J

Jon Peltier

You need the position of the chart object which contains the chart:

ActiveChart.Parent.Top

etc.

- Jon
 
Top