S
synergy46
Version: 2004 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel I have a sheet (sheet1) and a pivot table (PT). I have implemented the command line indicated in the help files as follows:
Sub pivot()
Set pvtTable = Sheet1.PivotTables(PT).PivotCache.Refresh
End Sub
What am I doing wrong? Thanks
Sub pivot()
Set pvtTable = Sheet1.PivotTables(PT).PivotCache.Refresh
End Sub
What am I doing wrong? Thanks