I created a Pivot Table from a Table using basic Excel, so that's 1 Pivot cache
Then I created another one but using VBA, and now there are 2 Pivot Caches.
However, they use the same table. What is the cause of it? If I create more Pivot Tables from VBA, or from Excel, it doesn't increase the number of Pivot Caches anymore, it stops at 2.
Set PivotC= ActiveWorkbook.PivotCaches.Create (SourceType:=xlDatabase, SourceData:=MyTable)
Thank you very much.
Then I created another one but using VBA, and now there are 2 Pivot Caches.
However, they use the same table. What is the cause of it? If I create more Pivot Tables from VBA, or from Excel, it doesn't increase the number of Pivot Caches anymore, it stops at 2.
Set PivotC= ActiveWorkbook.PivotCaches.Create (SourceType:=xlDatabase, SourceData:=MyTable)
Thank you very much.