Hi,
I am trying to apply custom data labels to my chart from a series.
This is the relevant section of my code.
ActiveChart.FullSeriesCollection(2).Select
ActiveChart.SetElement (msoElementDataLabelCallout)
ActiveChart.FullSeriesCollection(2).DataLabels.Select...