Syntax

expression.Styles

expression A variable that represents a Workbook object.

Example

This example deletes the user-defined style "Stock Quote Style" from the active workbook.

Visual Basic for Applications
ActiveWorkbook.Styles("Stock Quote Style").Delete
Enumerate all styles available? List of styles in workbook? styles styles property

See also: