Hi all
I am quite new to VBA and have found a number of the posts on this board really helpful!
I have come across a query I haven't been able to find an answer for though - I have 60 folders, each assigned to a different client, and within each of these is the same set of subfolders.
I am looking to create a further sub folder within each of these filing structures as in the following example
Client1/1.Finance/1.1.Finance Reports
Client2/1.Finance/1.1.Finance Reports
Client3/1.Finance/1.1.Finance Reports
and so on...
I would like my new folder to be "1.1.1. New Folder Name"
I have used a VBA code to create new folders before, but this relied on the workbook being saved in the destination folder so was more designed for creating multiple sub folders in one location.
I thought perhaps listing each file path I would like the folder to be created in would be an option, but creating this (if it is even a viable option) is both completely beyond my capabilities and I also don't know whether this will be the best way of going about the issue.
Please could someone help / advise?
Thank you!
I am quite new to VBA and have found a number of the posts on this board really helpful!
I have come across a query I haven't been able to find an answer for though - I have 60 folders, each assigned to a different client, and within each of these is the same set of subfolders.
I am looking to create a further sub folder within each of these filing structures as in the following example
Client1/1.Finance/1.1.Finance Reports
Client2/1.Finance/1.1.Finance Reports
Client3/1.Finance/1.1.Finance Reports
and so on...
I would like my new folder to be "1.1.1. New Folder Name"
I have used a VBA code to create new folders before, but this relied on the workbook being saved in the destination folder so was more designed for creating multiple sub folders in one location.
I thought perhaps listing each file path I would like the folder to be created in would be an option, but creating this (if it is even a viable option) is both completely beyond my capabilities and I also don't know whether this will be the best way of going about the issue.
Please could someone help / advise?
Thank you!