question610
New Member
- Joined
- Jul 3, 2017
- Messages
- 29
I have a workbook with Raw data about many firms.The two identifying factors of the firms are it's name and it's ID number.
The manual process would be to create a filter on the firm name or firm id number and then manually go through each firm one by one. Copy and Paste each firm's information into a new workbook and save that workbook. So in the end,I would end up with 20 new workbooks where each workbook is about one firm.
What is the best way to go about this using vba? How does one loop through the filters? Should I filter and then copy and paste that info into a new sheet and then loops through the sheets to create a new file?
The manual process would be to create a filter on the firm name or firm id number and then manually go through each firm one by one. Copy and Paste each firm's information into a new workbook and save that workbook. So in the end,I would end up with 20 new workbooks where each workbook is about one firm.
What is the best way to go about this using vba? How does one loop through the filters? Should I filter and then copy and paste that info into a new sheet and then loops through the sheets to create a new file?