Hello the code below works to put data labels onto points in a graph. However I would like a named range to replace the msoChartFieldRange
Something like
I cant get it to work. Any help would be much appreciated.
Tom
Code:
.FullSeriesCollection(1).DataLabels.Format _
.TextFrame2.TextRange.InsertChartField _
msoChartFieldRange, "=Al!$A$45:$A$50", 0
Something like
Code:
[COLOR=#222222][FONT=Verdana].FullSeriesCollection(1).DataLabels.Format _[/FONT][/COLOR]
[COLOR=#222222][FONT=Verdana] .TextFrame2.TextRange = Range("StdList")[/FONT][/COLOR]
I cant get it to work. Any help would be much appreciated.
Tom