+ Reply to Thread
Results 1 to 30 of 30

Master Filter Sheet to Filter All Sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    01-31-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    66

    Re: Master Filter Sheet to Filter All Sheets

    This is excellent! You're great man!

    How can I get the "Clear All Filters" button to clear out the criteria but not the filters completly?

  2. #2
    Forum Contributor sauerj's Avatar
    Join Date
    11-11-2009
    Location
    Lafayette, IN
    MS-Off Ver
    Excel 2019
    Posts
    163

    Re: Master Filter Sheet to Filter All Sheets

    Quote Originally Posted by nguyeda View Post
    How can I get the "Clear All Filters" button to clear out the criteria but not the filters completly?
    Did you get this OK? If not, here would be change to make: In the "Sub AutoFilter_AllSheets" macro change

    If Len(Crit1) = 0 Then .ListObjects(1).Range.AutoFilter

    to the following ...

    If Len(Crit1) = 0 Then .ListObjects(1).Range.AutoFilter Field:=1, Criteria1:=Null

  3. #3
    Registered User
    Join Date
    01-31-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    66

    Re: Master Filter Sheet to Filter All Sheets

    Yup, that's exactly what I figured out just a moment ago. Thanks for your help!

+ 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