ResetColors Method
Applies To
Workbook object.
Description
Resets the color palette to the default colors.
Syntax
expression.ResetColors
expression Required. An expression that returns a Workbook object.
Example
This example resets the color palette in the active workbook.
ActiveWorkbook.ResetColors