Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
When opening a file for writing
or reading, I sometimes get an
error stating that the file is
being used by another application.
So, before I try to do stuff with
that file, is it possible to detect
whether that file is being used or not?
Or is there some error handling code
I should know about and use?
PS.. I've tried
Code:
On Error Resume Next
Thank you.