G
Greg
I am working on a large project with several data series
in a chart. I have used the line of code below in visual
basic to change the color of the data series.
..SeriesCollection(26).Interior.Color = RGB(255, 255, 0)
This works for data series 1-56, however any data series
greater than 56 this line has no effect.
I have also tried using the ".Interior.ColorIndex" with
the same result.
Any ideas?
Thanks!
in a chart. I have used the line of code below in visual
basic to change the color of the data series.
..SeriesCollection(26).Interior.Color = RGB(255, 255, 0)
This works for data series 1-56, however any data series
greater than 56 this line has no effect.
I have also tried using the ".Interior.ColorIndex" with
the same result.
Any ideas?
Thanks!