Results 1 to 5 of 5

RefreshTable method of PivotTable class failed

Threaded View

  1. #1
    Forum Contributor
    Join Date
    06-11-2009
    Location
    Cape Town
    MS-Off Ver
    Microsoft 365
    Posts
    858

    RefreshTable method of PivotTable class failed

    This is the code I am using:
    Sub RefreshPivots()
      Dim pvt As PivotTable
        Application.ScreenUpdating = False
    
           For Each pvt In ActiveSheet.PivotTables
               pvt.RefreshTable
           Next pvt
        Application.ScreenUpdating = True
    End Sub
    I receive the following error message, which I don't understand: RefreshTable method of PivotTable class failed
    I would appreciate any help.
    Thanks in advance
    Last edited by Aland2929; 02-27-2012 at 12:58 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1