I am running Excel 2003.
I've searched all of my reference books, this forum and the internet and cannot find an answer.
I know I can add color to a data label background (interior fill) with the following code:
I cannot figure out how to write the code so the data label fill color is 'none'. (I've tried "None" and the data label fill color becomes black).
Does anyone have any suggestions or a line of code to do it?
Many thanks,
Charles
I've searched all of my reference books, this forum and the internet and cannot find an answer.
I know I can add color to a data label background (interior fill) with the following code:
Code:
ActiveChart.SeriesCollection(1).DataLabels.Interior.Color = RGB(108, 108, 108)
I cannot figure out how to write the code so the data label fill color is 'none'. (I've tried "None" and the data label fill color becomes black).
Does anyone have any suggestions or a line of code to do it?
Many thanks,
Charles