+ Reply to Thread
Results 1 to 3 of 3

Confirm Autofilter off

  1. #1
    Chris
    Guest

    Confirm Autofilter off

    Can someone help with code turn simply state that the autofilter is turned
    off. Or to confirm the status of autofilter: ie. Application.autofilter=false

    Thanks

  2. #2
    Chris Freeman
    Guest

    RE: Confirm Autofilter off

    Got it: ActiveSheet.AutoFilterMode = False

    I wasn't including the mode statement

    "Chris" wrote:

    > Can someone help with code turn simply state that the autofilter is turned
    > off. Or to confirm the status of autofilter: ie. Application.autofilter=false
    >
    > Thanks


  3. #3
    Tom Ogilvy
    Guest

    Re: Confirm Autofilter off

    ActiveSheet.AutoFilterMode
    if true then the arrows of the autofilter are visible.

    ActiveSheet.FilterMode
    if true then there is a filter criteria applied. (beside all)

    --
    Regards,
    Tom Ogilvy


    "Chris" <[email protected]> wrote in message
    news:[email protected]...
    > Can someone help with code turn simply state that the autofilter is turned
    > off. Or to confirm the status of autofilter: ie.

    Application.autofilter=false
    >
    > Thanks




+ 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