Pivot Table automatically refresh when opening tab

sm3117

New Member
Joined
Feb 21, 2017
Messages
26
Good morning,

Any idea why this code keeps giving me an error??

Private Sub Worksheet_Activate()
Sheets("PT Obj. e Ind.").PivotTables("PT_Obj_e_Ind").RefreshTable
End Sub

Thanks!!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I could be wrong, but try

Sheets("PT Obj. e Ind.").PivotTables("PT_Obj_e_Ind").PivotCache.Refresh
 
Upvote 0
That would suggest that the pivot table name in the code doesn't match the name of the actual pivot.
 
Upvote 0
The only way to get that message is if the named pivot table is not on the specified sheet. So there has to be a mismatch somewhere.
 
Upvote 0
Have you tried recording the Refresh button and seeing how it refers to the pivot table?
 
Upvote 0
The only way to get that message is if the named pivot table is not on the specified sheet. So there has to be a mismatch somewhere.

OK, the problem was that I had given the range a name and I thought it was the pivot table's name, but it wasn't,

Thank you!
 
Upvote 0
Have you tried recording the Refresh button and seeing how it refers to the pivot table?

The problem was that I had given the range a name and I thought it was the pivot table's name, but it wasn't. So, your advice would have helped,
thanks!
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top