Hi,
I have some code that saves files to a folder on a another drive (ie
J:\savedfiles\).
Is there any code that can test to see if I have write access to that
folder?
ie:
If writeaccess to J:\savedfiles\ = true then
save file here
else
save file to own drive
end if
Thanks
Russ - 14 Jul 2007 21:00 GMT
You could trap for errors, there is probably a specific error code for can't
save. Type Error in VBA help.
I think vb and vba share some of the same error codes.
http://www.halfile.com/vb.html
> Hi,
>
[quoted text clipped - 13 lines]
>
> Thanks

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID