Hi,
I have a pivot table analysing a dynamic table which I refresh as follows
This is a technique I have used, unthinkingly, many times without a problem,using Excel 2000. I now have Excel 2010![]()
Sub RunLabelPivot() With Sheets("LabelPivot") .PivotTables("PivotTable2").PivotCache.Refresh End With End Sub
After seeing some anomolous results I discovered by looking at the data source that the Pivot was only analysing a portion of the data table.
How can I tell the Pivot that it has to look for the whole of a dynamic table?
John
Bookmarks