K
ker_01
I've got a number of procedures that do recursive folder processing, so that
part is covered. Using XL07 for this project.
I'd like to create a list of the groups and individuals with security
permissions (and what those permissions are) for each folder on a LAN. How do
I access these properties via VBA?
Example:
Folder = "\\WRAC0921\Logistics\TestFolder"
Where for each person or group, I need to collect
(a) the group or person name
(b) for each name, the true/false setting for read, read & execute, write,
list folder contents, modify, and full control
Thanks for any suggestions,
Keith
part is covered. Using XL07 for this project.
I'd like to create a list of the groups and individuals with security
permissions (and what those permissions are) for each folder on a LAN. How do
I access these properties via VBA?
Example:
Folder = "\\WRAC0921\Logistics\TestFolder"
Where for each person or group, I need to collect
(a) the group or person name
(b) for each name, the true/false setting for read, read & execute, write,
list folder contents, modify, and full control
Thanks for any suggestions,
Keith