is there a macro to change the colour of the text of data label in a chart?
recorded the below but it has an issue with the 'with' statement
cheers.
recorded the below but it has an issue with the 'with' statement
cheers.
HTML:
Sub Macro2()
'
' Macro2 Macro
'
'
Range("H34").Select
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.PlotArea.Select
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.SeriesCollection(1).DataLabels.Select
With Selection.Font
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
End With