+ Reply to Thread
Results 1 to 3 of 3

Advance Filter VBA Code

  1. #1
    Registered User
    Join Date
    03-03-2015
    Location
    dubai
    MS-Off Ver
    2010
    Posts
    6

    Advance Filter VBA Code

    Hi
    I am looking for VBA code to filter the data from a sheet when a condition is met.

    If an invoice number matches to a cell value, I need the macro filter the data for that invoice number and copy paste the into new excel.

    I might have the same invoice number multiple times which has to be captured.

    vendor INVOICE NO transactions TOTAL AMOUNT
    12345 1500040059 5 500.00
    12345 1500040059 2 200.00
    12345 1500040059 2 200.00
    36453 1060582129 122 1220.00
    36453 1060582129 25 250.00
    36453 1060582129 1 10.00

    Looking forward for a response.
    Thank you

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,190

    Re: Advance Filter VBA Code

    record a macro,
    filter your data on an invoice
    save the macro.
    edit the macro
    then add at the end
    ActiveSheet.Range("a1").CurrentRegion.Select
    Selection.Copy
    Worksheets.Add
    ActiveSheet.Paste

  3. #3
    Registered User
    Join Date
    03-03-2015
    Location
    dubai
    MS-Off Ver
    2010
    Posts
    6

    Re: Advance Filter VBA Code

    Hi..thank u for the response. But i am not sure if that will work for me. Im looking to run it multiple times through loop.
    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA code need for advance filter non blank cells, paste data to another sheet
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-08-2012, 12:15 PM
  2. Advance Filter
    By Obi-Wan Kenobi in forum Excel General
    Replies: 3
    Last Post: 03-22-2006, 05:50 PM
  3. Advance filter
    By Obi-Wan Kenobi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-21-2006, 11:53 AM
  4. [SOLVED] Code to Advance filter a list in a shared workbook
    By ram in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-09-2006, 10:50 PM
  5. Advance filter search does not filter an exact match
    By cfiiland in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-10-2005, 08:05 AM

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