ridlesthwate
New Member
- Joined
- Sep 5, 2019
- Messages
- 4
Hi
I have very little experience in VBA but need to puttogether some code to save me a great deal of time. To set the scene:
Each day I get a list of style numbers for products. I have to check each style number against acollection of other workbooks and copy the corresponding row(s) to a mastersheet for the day.
The ‘database’ workbooks are all in one folder and there arecurrently 39 of them. Each workbook hasmultiple worksheets. The workbooks aresent from the product suppliers each season so I would need to be able to updatethe list of ‘database’ workbooks with new files and updated filenames.
I would like to the code to search for each style number inall of the ‘database’ workbooks and return the whole row for each match to anew workbook.
I have found bits of code which will do some of this so Ithink what I am asking about is possible but have no idea how to put this alltogether into something that works.
Any help much appreciated.
Thank you
I have very little experience in VBA but need to puttogether some code to save me a great deal of time. To set the scene:
Each day I get a list of style numbers for products. I have to check each style number against acollection of other workbooks and copy the corresponding row(s) to a mastersheet for the day.
The ‘database’ workbooks are all in one folder and there arecurrently 39 of them. Each workbook hasmultiple worksheets. The workbooks aresent from the product suppliers each season so I would need to be able to updatethe list of ‘database’ workbooks with new files and updated filenames.
I would like to the code to search for each style number inall of the ‘database’ workbooks and return the whole row for each match to anew workbook.
I have found bits of code which will do some of this so Ithink what I am asking about is possible but have no idea how to put this alltogether into something that works.
Any help much appreciated.
Thank you