Hi,
Here is a sample macro:
Sub ResetColorPallette()
ActiveWorkbook.Colors(17) = RGB(204, 0, 153)
ActiveWorkbook.Colors(18) = RGB(255, 51, 153)
ActiveWorkbook.Colors(19) = RGB(102, 102, 255)
ActiveWorkbook.Colors(20) = RGB(102, 204, 255)
End Sub
This macro resets the first four default Fill colors for a chart. All you
need to do is 1. Turn on the macro recorder and then choose Tools, Options,
Colors, and modify any of the chart colors at the bottom of the screen, or in
fact any of the colors at all. Then turn off the recorder.
Cheers,
Shane Devenshire