mscallisto
Technical User
I'm running some excel vb code to search for .pst files on my c:\ drive on a win2k box.
I get [run-time error '70' permission denied] message box that doesn't tell me too much.
Where can I place something like an "IF(ISERROR(" statement where I can gain control with my own msgbox?
I know the problem is "permissions" related.
My login has admin rights and windows explorer search has no permissions problems.
My real problem is error control in vba, I want to be in command when all errors occur. Can I do this?
Thanks in advance
I get [run-time error '70' permission denied] message box that doesn't tell me too much.
Where can I place something like an "IF(ISERROR(" statement where I can gain control with my own msgbox?
I know the problem is "permissions" related.
My login has admin rights and windows explorer search has no permissions problems.
My real problem is error control in vba, I want to be in command when all errors occur. Can I do this?
Thanks in advance