Has access to folder?

F

frank knuckles

Before a user presses a button that copies a file to a folder via VBA, I
want to check is the user has read and writing rights to that specific
folder. What code should I use to make this check?
Thanks.

FK
 
J

John W. Vinson

Before a user presses a button that copies a file to a folder via VBA, I
want to check is the user has read and writing rights to that specific
folder. What code should I use to make this check?
Thanks.

FK

Attempt to write to the folder and trap the error if doing so fails.
 
Top