Hello all,
Can a macro make a new chart in a new sheet with a dynamic name?
e.g. The value of a cell D2 in sheet "parameters".
I tried :
But this named the new chart (sheet) actually : =parameters!$D$2![]()
ActiveSheet.Shapes.AddChart.Select ActiveChart.ChartType = xlXYScatterSmooth ActiveChart.Location Where:=xlLocationAsNewSheet, Name:="=parameters!$D$2"
Thanks,
Bookmarks