Workbook.ResetColors Method

Excel Developer Reference

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.

Visual Basic for Applications
  ActiveWorkbook.ResetColors

See Also