Hi everyone!
Hope you can help me with this as I found a code to create new workbooks but I cant's seem to bring it together.
I have a workbook to create folders based on some data I paste into a group of rows. For each row it creates a folder. I got this to work quite well but now I also want to create a workbook based on another worksheets when creating these folders.
The whole idea is to create multiple new workbooks named after specific values in cells F5:F19, and save them accordingly in the folders created for each row. Folder's path is set in cells B45:B60. Moreover, these new workbooks should be made of sheets "sheet1", "sheet2" and "sheet3" from the current workbook. Note some times only some of the rows contain data and for the ones that are blank nothing should be done.
So in other words, I want to create new workbooks with sheets "sheet1", "sheet2" and "sheet3", named after a specific value in range F5:F19, and then saved in a corresponding folder specified in range B45:B60.
I was going to include a code for creating new workbooks but I thought it wold be "cleaner" if you could provide what you use.
Also hope I explained myself
Thank you,
Paco.
Hope you can help me with this as I found a code to create new workbooks but I cant's seem to bring it together.
I have a workbook to create folders based on some data I paste into a group of rows. For each row it creates a folder. I got this to work quite well but now I also want to create a workbook based on another worksheets when creating these folders.
The whole idea is to create multiple new workbooks named after specific values in cells F5:F19, and save them accordingly in the folders created for each row. Folder's path is set in cells B45:B60. Moreover, these new workbooks should be made of sheets "sheet1", "sheet2" and "sheet3" from the current workbook. Note some times only some of the rows contain data and for the ones that are blank nothing should be done.
So in other words, I want to create new workbooks with sheets "sheet1", "sheet2" and "sheet3", named after a specific value in range F5:F19, and then saved in a corresponding folder specified in range B45:B60.
I was going to include a code for creating new workbooks but I thought it wold be "cleaner" if you could provide what you use.
Also hope I explained myself
Thank you,
Paco.