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

See Also

Concepts

Workbook Object

Workbook Object Members