Balajibenz
Board Regular
- Joined
- Nov 18, 2020
- Messages
- 80
- Office Version
- 2013
- Platform
- Windows
Hi Can someone help with below requirement with VBA code.
I have got two sheets sheet1 and sheet2. sheet1 got data in A-X and sheet2 got a list in column B as below.
what i am looking for is code that loop through the above list and for each name it has to filter the name sheet1 data in column "X" and then copy the filtered (A-X including headers) data and paste (should be in same format as source) it in new workbook and save the workbook in the same path as the currentworkbook. sheet name in new new workbook should also be the manager name.
I have got two sheets sheet1 and sheet2. sheet1 got data in A-X and sheet2 got a list in column B as below.
Manager |
---|
Max |
Harry |
Murat |
Vamsi |
Adam |
what i am looking for is code that loop through the above list and for each name it has to filter the name sheet1 data in column "X" and then copy the filtered (A-X including headers) data and paste (should be in same format as source) it in new workbook and save the workbook in the same path as the currentworkbook. sheet name in new new workbook should also be the manager name.