Does anyone know how to check to see if a file is already open.
I have a file in a loop but when it executes the loop the second time it says FILE ALREAY OPEN.
I had originally fixed this with a boolean but I don't want to do that.
I need something like
IF File#1.AlreadyOpen Then
''''''
END IF
Can someone help?


Reply With Quote