+ Reply to Thread
Results 1 to 2 of 2

Thread: List, Sorting

  1. #1
    Registered User
    Join Date
    03-24-2008
    Posts
    3

    List, Sorting

    I'm trying to make a drop down menu to sort/filter out a table.

    So I selected a table and created a list, however, I don't want a drop down menu for every column and also, I want them to be visible when I click out of the table. The blue border is also not cool.

    I tried googling, but found no results.

  2. #2
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    199
    Can you post your sheet so that we can see what you are looking at? From your post I am not sure how that would be done to remove the filter upon clicking outside of the range. However you could put in a button or something on the sheet with the following macro that would remove any filters on your data

    Sub RemoveFilter()
    If ActiveSheet.AutoFilterMode = True Then ActiveSheet.AutoFilterMode = False
    End Sub
    Hope that helps.

+ 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.2.0