Results 1 to 3 of 3

Excel 2007 : Excel 2007 VBA to Clear Filters on Pivot Tables

Threaded View

  1. #1
    Registered User
    Join Date
    03-26-2011
    Location
    York, PA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Excel 2007 VBA to Clear Filters on Pivot Tables

    I am trying to write code to clear any filters in pivot tables if they exist and running into a brick wall. I had been using the following code but its not working Any suggestions?

    Sheet1.Select
    If ActiveSheet.FilterMode Then
    ActiveSheet.ShowAllData
    End If
    Thanks for your help.
    Last edited by DonkeyOte; 03-27-2011 at 04:26 AM.

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