VBA:刷新数据透视表作为工作表打开

时间:2018-04-18 20:10:35

标签: excel vba excel-vba

我在工作表上有两个数据透视表,我希望在选择工作表时自动刷新。数据透视表已被命名为“订单详细信息 - 无通用名称”和“主表”。第一个表的代码可以工作但第二个表上的错误。 “运行时错误1004:应用程序定义的错误或对象定义的错误”。有没有人知道为什么会这样?

Private Sub Worksheet_Activate()

Worksheets("TRANSLATION-Eligible Product").PivotTables("Order Detail-No 
Common Names").PivotCache.Refresh

Worksheets("TRANSLATION-Eligible Product").PivotTables("Master 
Table").PivotCache.Refresh

End Sub

0 个答案:

没有答案