P
pgchop
I refresh the pivot table in many different excel files, using in VBA either
ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh
or
ActiveSheet.PivotTables("PivotTable1").RefreshTable
What I dont get is why "some times" the program stop and request human
intervention with the question
"Do you want to replace the destination cells in Sheet1 ?
Any idea on how to force the answer to "yes" !?!... and go on...
pg
ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh
or
ActiveSheet.PivotTables("PivotTable1").RefreshTable
What I dont get is why "some times" the program stop and request human
intervention with the question
"Do you want to replace the destination cells in Sheet1 ?
Any idea on how to force the answer to "yes" !?!... and go on...
pg