Forum Discussion

Akash_Mathew's avatar
Akash_Mathew
Icon for Microsoft rankMicrosoft
Aug 09, 2023

Clear OLAP Pivot table cache

I am trying to clear the pivot cache from an OLAP pivot table. Tried the following VBA Code   Private Sub Workbook_Open()     Dim xPt As PivotTable     Dim xWs As Worksheet     Dim xPc As P...

Resources