Workbook.PivotCaches method (Excel)
Returns a PivotCaches collection that represents all the PivotTable caches in the specified workbook. Read-only.
expression.PivotCaches
expression A variable that represents a Workbook object.
PivotCaches
This example causes the PivotTable cache to update automatically each time the workbook is opened.
ActiveWorkbook.PivotCaches(1).RefreshOnFileOpen = True
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.