How does the ActiveChart.Location() work

R

Ramil

Hi all

I have three sheets in this order: Parameters, Graph, Parcel. The activesheet is Graph. When I ran the following code, the graph is added to the Parameter sheet. I want it to be added in the Graph sheet

Sheets("Graph").Selec
Charts.Ad
ActiveChart.Location(2,"Graph"

TIA.
 
Top