best way to position graph?


Posted by doug on February 21, 2001 11:52 AM

currently i am just moving the graph where i want it in my macro, is there a way i can say i want the graph to be placed in a certain place? If anyone can help i would be imensely grateful.



Posted by Celia on February 21, 2001 4:51 PM


Doug

With ActiveSheet.Shapes("Chart 1")
.Left = Range("C3").Left
.Top = Range("C3").Top
End With

Celia