+ Reply to Thread
Results 1 to 17 of 17

Search multiple sheets, return entire rows under each sheet name

Hybrid View

  1. #1
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,957

    Re: Search multiple sheets, return entire rows under each sheet name

    I notice the use of 'Project *' for the sheet names per my sample data, but this was meant to signify that each project has a different name, so unfortunately it won't work at this stage
    Firstly, have you tested it on your uploaded sample before making the above statement...
    Secondly, No it won't work if your actual file setup is different to your sample upload...as the code is written for your initial requirement...
    To rectify this you need to Upload a sample file depicting actual sheet names...
    In future, also, to ensure accuracy and no time wasted on code, please upload actual file setup sample and explain in detail what your requirement is...

    OR

    If the only sheets that need to be excluded are INDEX and Your Tasks then

    Replace this line...
    If ws.Name Like "Project*" Then
    With ...
    If ws.Name <> "INDEX" And ws.Name <> "Your Tasks" Then
    Attached Files Attached Files
    Last edited by Sintek; 01-09-2020 at 03:11 AM.
    Good Luck...
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the [★ Add Reputation] to left of post window...
    Also....Add a comment if you like!!!!
    And remember...Mark Thread as Solved...
    Excel Forum Rocks!!!

+ 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. Search the value in multiple sheets and display the entire row of matched value in list bo
    By haridevadiga in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-26-2015, 08:08 AM
  2. Replies: 6
    Last Post: 01-13-2015, 12:35 PM
  3. Return entire rows from multiple sheets into one table
    By h_685 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-08-2014, 04:33 PM
  4. [SOLVED] I need to search for a word on multiple sheets and copy the entire row to a new sheet
    By jkm750 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-26-2013, 12:13 AM
  5. Search value in multiple sheets and return sheet name(s)
    By evolv12 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-07-2013, 02:11 PM
  6. [SOLVED] Search multiple sheets for criteria and paste all matched rows in new sheet
    By BertLady56 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-14-2012, 01:09 PM
  7. Search for Multiple String Values on Multiple Sheets and Copy Rows to New Sheet
    By rrtikker in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2012, 12:21 PM

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