+ Reply to Thread
Results 1 to 2 of 2

Determining if User Filters a List

  1. #1
    Forum Contributor
    Join Date
    10-25-2010
    Location
    Phoenix, Arizona, USA
    MS-Off Ver
    O365
    Posts
    201

    Determining if User Filters a List

    I would like to be able to detect when a user filters the list on my worksheet that resides in range A15:I500, and then perform some automated actions.

    Is this 'detection' possible?

    Thank you.

  2. #2
    Valued Forum Contributor
    Join Date
    11-15-2010
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2003
    Posts
    538

    Re: Determining if User Filters a List

    One thing you might use is to test
    ws.AutoFilter is nothing
    where ws is Activesheet (or any worksheet).

    With ws.AutoFilter
    then
    .Range.Address is the filtered range

    More ways you can browse what's being filtered:
    Dim filterArray() 'variant, so can be redimmed
    and go
    Please Login or Register  to view this content.
    and so forth. You could test intersection with your desired range.

    Is any of this of interest?
    Chip, if you can read this, you're STILL making the world a better place with your immeasurably valuable gifts. Every week, you continue to help me (and untold numbers of others) tremendously. Practically no alternative outlets can match your effectiveness, even over the vast number of topics you demystify and empower usage of. You were, and still are, amazing.

+ 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