+ Reply to Thread
Results 1 to 3 of 3

autofilter macro in excel2000

  1. #1
    רוזנט
    Guest

    autofilter macro in excel2000

    i want to build a macro that will choos defined column or name
    and will filter this column

    thank you
    rozent

  2. #2
    Norman Jones
    Guest

    Re: autofilter macro in excel2000

    Hi Rozent,

    Try:

    '=============>>
    Sub Tester()
    ActiveSheet.AutoFilterMode = False
    'Range("TEST").AutoFilter
    'or
    'Columns(1).AutoFilter
    End Sub
    '<<=============

    ---
    Regards,
    Norman


    "?????" <@discussions.microsoft.com> wrote in message
    news:[email protected]...
    >i want to build a macro that will choos defined column or name
    > and will filter this column
    >
    > thank you
    > rozent




  3. #3
    רוזנט
    Guest

    Re: autofilter macro in excel2000

    thank you

    "Norman Jones" wrote:

    > Hi Rozent,
    >
    > Try:
    >
    > '=============>>
    > Sub Tester()
    > ActiveSheet.AutoFilterMode = False
    > 'Range("TEST").AutoFilter
    > 'or
    > 'Columns(1).AutoFilter
    > End Sub
    > '<<=============
    >
    > ---
    > Regards,
    > Norman
    >
    >
    > "?????" <@discussions.microsoft.com> wrote in message
    > news:[email protected]...
    > >i want to build a macro that will choos defined column or name
    > > and will filter this column
    > >
    > > thank you
    > > rozent

    >
    >
    >


+ 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