Dear board members,
I have created a sheet with a chart, and than copied that chart again to use as a base and changed it afterwards.
However, I see now that both charts have the same name and I don't seem to be able to change this name. Anybody knows how I should do this. They are now both called chart 1.
I tried these two thing:
Selecting the chart and change the name in the place where you see its name (there where you see the defined ranges name)
and I also tried to use following code after selecting the chart:
'ActiveChart.Name = "Chart Plant"
Neither of them worked for me so I must be doing something wrong.
thanks for helping
I have created a sheet with a chart, and than copied that chart again to use as a base and changed it afterwards.
However, I see now that both charts have the same name and I don't seem to be able to change this name. Anybody knows how I should do this. They are now both called chart 1.
I tried these two thing:
Selecting the chart and change the name in the place where you see its name (there where you see the defined ranges name)
and I also tried to use following code after selecting the chart:
'ActiveChart.Name = "Chart Plant"
Neither of them worked for me so I must be doing something wrong.
thanks for helping