Results 1 to 3 of 3

autofilter

Threaded View

  1. #1
    Forum Contributor
    Join Date
    04-21-2010
    Location
    Budapest
    MS-Off Ver
    Excel 2010
    Posts
    155

    autofilter

    The following code is not working for me.
    I would like to run the code to make an autofilter on column 12 as it indictaes only the rows where column12 has value greater 0 and text "NOPROD".
    Please help me to correct it.

      
    With Sheets("Data").Columns(12)
         .AutoFilter Field:=1, Criteria1:=">0", _
        Operator:=xlAnd, Criteria2:="NOPROD"
    Last edited by ccsmith; 02-07-2011 at 07:19 AM.

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