File not readable

You used an Open statement to try to open a file that cannot be read at this time. It may currently be locked by another program, or it could be corrupted and therefore cannot be opened.

If the file is currently locked by another program, access the other program and close the file there.