R
Rita
I am trying to set the color of my dataseries 1 from VBA.
The code below is from an example in VBA-help:
me.chart.SeriesCollection(1).Interior.Color = RGB(255, 0,
0)
where "chart" is a chart-object on my form (me).
But I get the error
"Unable to set the color property of the Interior class"
What am I doing wrong?
The code below is from an example in VBA-help:
me.chart.SeriesCollection(1).Interior.Color = RGB(255, 0,
0)
where "chart" is a chart-object on my form (me).
But I get the error
"Unable to set the color property of the Interior class"
What am I doing wrong?