Using VBA recursive folder search to collect folder security setti

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top