Consulting

Results 1 to 3 of 3

Thread: Search Multi workbook with multi sheet and copy

  1. #1
    VBAX Mentor
    Joined
    Feb 2012
    Posts
    406
    Location

    Search Multi workbook with multi sheet and copy

    Dear firends ,

    I have 14 workbooks and each workbook have some sheets . now i need a VBA code that when i search number , can search all workbooks with their sheets and if found any data , copy the row of them to new workbook .

    for example : i have 11123542 number in 8 workbook when i search , copy all of them (the row ) that founds to workbook new .
    just column A is same but other column are diffrent .

    Thank you .

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,055
    Location
    I guess you tell us something more useful, like where the workbooks reside, or even the names of the workbooks, where the number is likely to be found, you know all the really important things that you left off.....
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    VBAX Expert Tinbendr's Avatar
    Joined
    Jun 2005
    Location
    North Central Mississippi (The Pines)
    Posts
    993
    Location
    Webpage
    About 2/3 the way down, look for
    Merging a Range from Multiple Workbooks in a Folder with a Filter

    David


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •