Workbook.ResetColors Method (Excel)
Resets the color palette to the default colors.
Syntax
expression .ResetColors
expression A variable that represents a Workbook object.
Example
This example resets the color palette in the active workbook.
ActiveWorkbook.ResetColors