Workbook.TableStyles Property

Excel Developer Reference

Returns a TableStyles collection object for the current workbook that refers to the styles used in the current workbook. Read-only.

Version Information
 Version Added:  Excel 2007

Syntax

expression.TableStyles

expression   A variable that represents a Workbook object.

Remarks

You can manipulate the table styles returned by the property.

See Also