Problem with Setting Bar Chart Colors ( 56 bars)
Hi:
Excel 2003, Windows XP Professional
I have set up several bar charts and have a macro to set all the bar
colors to one color except for ones that are special.
The charts have about 80 - 100 bars or so.
Beyond the 56th. bar the color won't change. No matter what I do it
always reverts to the color Excel had set automatically.
It does work if I go in and change it manually but not via the macro.
I have many charts to do and do not wan't to do this manualy. Help!
The macro works fine on the bars 56 and below. As it goes above 56,
the color change doen't happen. Problem seems to have something to do
with color palette. Code looks like this:
For Each sr In chts.SeriesCollection
sr.Interior.ColorIndex = 23
Next sr
Many thanks for the help.
|