M
matelot
I get the following errors when trying to add a name to a chart using my macro.
Code copied directly from recorded macro
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.SeriesCollection(1).Name = "=A1"
run-time error 1004
Application defined or object-defined error.
Why is it not working?
Thanks
Code copied directly from recorded macro
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.SeriesCollection(1).Name = "=A1"
run-time error 1004
Application defined or object-defined error.
Why is it not working?
Thanks