+ Reply to Thread
Results 1 to 2 of 2

Will Advanced Autofilter updates the cell values ?

  1. #1
    Registered User
    Join Date
    12-17-2008
    Location
    Singapore
    MS-Off Ver
    2002
    Posts
    71

    Will Advanced Autofilter updates the cell values ?

    I used the Data -> Filter -> Advanced Autofilter in one of my worksheet from a pool of data, to sort out unique customer ID, to remove those duplicates.
    But I found out that when I make changes to the pool of data. Those filtered out data I sort out previously does not update accordingly to the new pool of data. Is there any option to to use in excel, to refresh the autofiltered data?

  2. #2
    Registered User
    Join Date
    10-06-2003
    Location
    Ashford, Kent - Working in London
    MS-Off Ver
    Office 365
    Posts
    95
    Kaffal,

    Maybe a small macro to under the filters and put them back on again?

    Something like:

    (firstly to undo)
    Selection.AutoFilter Field:=1
    Selection.AutoFilter Field:=2
    Selection.AutoFilter Field:=3

    (then to rest to your chosen criteria)
    Selection.AutoFilter Field:=1, Criteria1:="yellow"
    Selection.AutoFilter Field:=2, Criteria1:="7"
    Selection.AutoFilter Field:=3, Criteria1:="yes"

    ...and just place a small button on the worksheet that will run the macro and give you what you need.

    HTH,

    Chris.
    Big Chris

+ 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