Results 1 to 6 of 6

Advanced filter with multiple worksheets

Threaded View

  1. #1
    Registered User
    Join Date
    12-01-2016
    Location
    Brazil
    MS-Off Ver
    Office 2010
    Posts
    3

    Advanced filter with multiple worksheets

    Hello,

    I would like to know if it is possible to use advanced filter for more than one worksheet simultaneously.
    I'm able to filter and copy data from one worksheet and paste them in another worksheet using named ranges and the code below:

    [Range("BASE_1").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range( _
    "FILTER_SELECT"), CopyToRange:=Range("FILTER_PASTE"), Unique:=False]

    But the thing is, I need to filter the same information from multiple sheets and paste the results in one specific sheet.
    In other words: I need to filter the ranges "BASE_1", "BASE_2", "BASE_3"... and so on, each of these being a selection from different worksheets and paste everything on "FILTER_PASTE".

    I'm not sure if I was clear enough, but I would much appreciate if someone could help me find a solution!
    Last edited by brubran; 12-05-2016 at 08:43 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA-advanced filter with multiple criteria
    By kazdima in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 10-16-2015, 05:02 AM
  2. [SOLVED] Macro To Perform same Advanced Filter on Different Worksheets in Workbook
    By PWinkz in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-18-2013, 12:43 PM
  3. Replies: 1
    Last Post: 09-18-2013, 10:01 AM
  4. advanced filter - button to re apply advanced filter across multiple sheets
    By motmac87 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2013, 11:16 PM
  5. VBA/Macro - Advanced Filter Separating Data into Different Worksheets
    By Dame9255 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-18-2011, 03:51 PM
  6. Advanced Filter with multiple criteria
    By inspiresit in forum Excel General
    Replies: 6
    Last Post: 08-12-2010, 11:21 AM
  7. Advanced Filter from 2 separate worksheets
    By stevedes7 in forum Excel General
    Replies: 4
    Last Post: 12-28-2009, 12:20 AM

Tags for this Thread

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