Hi Guys
I have been working on a project for a few months now and have learnt a great deal about VBA in that time. I am stuck though with this one. I currently have a macro that allows me to open multiple workbooks and copy a set table from a set sheet in each workbook and wonder if it might be adapted to work in this way as well?
Basically I need it to search each row on each sheet from multiple workbooks and look at each sheet in the book for a unique reference and then copy the whole row to a new workbook.
For example there are 5 teams each with their own workbook and each sheet as different tasks allocated to each team. The tasks have their own unique numbers starting from "C-1" and up. I would like it to be possible to enter the reference "C-1" and then copy every row that has that reference into a new workbook from every sheet/book. Hope this make sense.
If anyone could help I would greatly appreciate it.