PDA

View Full Version : VBA Permissiions of folder



RinS
09-18-2007, 05:19 AM
Can anyone help?
I need to list the folders that a user has access to. The folder access is determined by the user being part of a group and then the group has access to a certain folder.
So if you double click on a folder to open it and the user does not have access to it, a "Access denied" messgae is displayed.
I need to display a list of the folders that a user has access to.
Does anyone know how to do this?
I tried folderexists() but that lists every folder.
Help!!:think:

fumei
09-18-2007, 09:10 AM
I do not know of a way to do this directly through VBA. You may be able to use VBScript and WMI to write a text file of the listing. Then use the text file.