RJSIGKITS
Board Regular
- Joined
- Apr 15, 2013
- Messages
- 109
Hi guys.
I need to create a worksheet that, when opened, lists all files in a directory, sorted alphabetically, and ideally to be able to show the date the file was created as well, along with other info pulled from the directory properties. This worksheet will need to be refreshed each time it is opened to check for any newly added directories, and update itself to suit.
The directories are client folders, which are named as per the clients i.d, which is their surname+phone number, eg. 'JOHNS310111'. These each have sub directories such as 'Quotes', 'Order', 'Before', 'After' etc. The directory called 'Order' only gets added when I click a 'Create order' VB button from a different worksheet.
For example, I would need:
Column 'A' to list all directories by name, sorted alpha-numerically (ideally, but not 100% necessary)
Column 'B' to show the date the directory was created
Column 'C' to show if there is a directory inside this directory named 'Order'
Etc...
Is it possible to
1) have an updatable list of directories on a worksheet
2) show information from the directory properties on a worksheet, such as date created etc
any help much appreciated
I need to create a worksheet that, when opened, lists all files in a directory, sorted alphabetically, and ideally to be able to show the date the file was created as well, along with other info pulled from the directory properties. This worksheet will need to be refreshed each time it is opened to check for any newly added directories, and update itself to suit.
The directories are client folders, which are named as per the clients i.d, which is their surname+phone number, eg. 'JOHNS310111'. These each have sub directories such as 'Quotes', 'Order', 'Before', 'After' etc. The directory called 'Order' only gets added when I click a 'Create order' VB button from a different worksheet.
For example, I would need:
Column 'A' to list all directories by name, sorted alpha-numerically (ideally, but not 100% necessary)
Column 'B' to show the date the directory was created
Column 'C' to show if there is a directory inside this directory named 'Order'
Etc...
Is it possible to
1) have an updatable list of directories on a worksheet
2) show information from the directory properties on a worksheet, such as date created etc
any help much appreciated