I have a browse button in my userform. And it will return folderpath(destination folder). but I need to verify whether I have access to create the file in the selected folder. Please help.!!
Provides a Boolean function to check if a file can be written to. If it's truly just the folder you want to check, looks like the best that can be done is an error trap after you attempt to save.