I want to manipulate a chart with VBA and need the name of the chart for this.

Presently the only way I can find a chart name is by recording a macro, where I do something to the chart, and then look in the recording what name the generated macro noticed.

It must be possible to do this more elegantly and also it should be possible to change a chart name, but how?


NSV