+ Reply to Thread
Results 1 to 4 of 4

Turn filter off on a specific sheet

Hybrid View

Consty1 Turn filter off on a specific... 06-16-2013, 08:56 AM
Consty1 Re: Turn filter off on a... 06-16-2013, 11:00 AM
arlu1201 Re: Turn filter off on a... 06-17-2013, 02:43 AM
Consty1 Re: Turn filter off on a... 06-17-2013, 07:35 AM
  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Warks
    MS-Off Ver
    Excel 2013
    Posts
    91

    Turn filter off on a specific sheet

    I'm looking to create a macro to switch off an active filter on a specific page. The button for the macro will be placed on a different worksheet named "G and O Analysis", the active filter is open on the next sheet named "EPL". I'm basically just looking for a code to turn off the filter across all columns on the "EPL" sheet.

    Thanks.
    Last edited by Consty1; 06-16-2013 at 09:36 AM.

  2. #2
    Registered User
    Join Date
    10-10-2012
    Location
    Warks
    MS-Off Ver
    Excel 2013
    Posts
    91

    Re: Turn filter off on a specific sheet

    No problem, I've figured it out.

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Turn filter off on a specific sheet

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  4. #4
    Registered User
    Join Date
    10-10-2012
    Location
    Warks
    MS-Off Ver
    Excel 2013
    Posts
    91

    Re: Turn filter off on a specific sheet

    Ok no worries. To turn off the filter on the specific sheet it's simply

    Formula: copy to clipboard
    Sub RemoveFilter()
    Sheets("EPL").AutoFilterMode = False

    End Sub

+ Reply to Thread

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