PivotTable.TableStyle2 property (Excel)

The TableStyle2 property specifies the PivotTable style currently applied to the PivotTable. Read/write.

Syntax

expression.TableStyle2

expression A variable that represents a PivotTable object.

Remarks

The property is called TableStyle2 because there is an existing property named TableStyle.

Example

Sub ApplyingStyle() 
 
 ActiveSheet.PivotTables("PivotTable1").TableStyle2 = "PivotStyleLight17" 
 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.