Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
different colors for bars in a column chart | New Users to Excel | |||
Conditional colors for bars in a chart??? | Charts and Charting in Excel | |||
Colors for chart bars | Charts and Charting in Excel | |||
assign permanent colors to bars/values in a pivot chart | Charts and Charting in Excel | |||
Setting number format for a Chart (bars) from C# | Excel Programming |