I get an "Out of string Space" error (errorcode 14) when I try to open an extremely large file.
I use "Open App.Path & "\bib.dat" For Input As #FileHandle ..." instruction.

Is there any restriction on the size of a file you open? I don't get the problem with a smaller version or
can it be matter of lack of enough RAM/diskspace?