aaaaa34
Board Regular
- Joined
- Feb 25, 2014
- Messages
- 62
Hello my friends,
I have a file mainlist.xlsx in my folder C:\Database
Inside this mainlist.xlsx file, there is list of cars.
in A column car brandname, B column: model name, C column model year, D column motor volume and E column price
In this manner, I want to have VBA to create folder with a name of A-column Brandname and subfolder B-column Model name
Example:
A1 Peugeot
B1 208
then folder and subfolder should be like this C:\Database\Peugeot\208 and save these rows regarding 208 model as a new workbook 208.xlsx
Please download attached file in the link below and you will see mainlist.xlsx with folders, subfolders and new workbooks inside them.
https://jumpshare.com/v/piJgKwBafKflHGfwQPiy
I have a file mainlist.xlsx in my folder C:\Database
Inside this mainlist.xlsx file, there is list of cars.
in A column car brandname, B column: model name, C column model year, D column motor volume and E column price
In this manner, I want to have VBA to create folder with a name of A-column Brandname and subfolder B-column Model name
Example:
A1 Peugeot
B1 208
then folder and subfolder should be like this C:\Database\Peugeot\208 and save these rows regarding 208 model as a new workbook 208.xlsx
Please download attached file in the link below and you will see mainlist.xlsx with folders, subfolders and new workbooks inside them.
https://jumpshare.com/v/piJgKwBafKflHGfwQPiy
Last edited: