title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.Styles property (Excel) |
vbaxl10.chm199154 |
|
|
c9a70be9-cab5-ea5f-2e3f-949b1acf43d9 |
05/29/2019 |
medium |
Returns a Styles collection that represents all the styles in the specified workbook. Read-only.
expression.Styles
expression A variable that represents a Workbook object.
This example deletes the user-defined style Stock Quote Style from the active workbook.
ActiveWorkbook.Styles("Stock Quote Style").Delete
[!includeSupport and feedback]