This is bizarre. I've never seen anything like it. I start my application, and a msgbox pops up saying "File not found:"
Thats it. No file name, no other hint. Then it throws up the IDE. But modules are automatically opened. I can open them, but what am I looking for?
I try to compile, and it gives me same popup box "File not found:"
Anyone ever experience this?
Hi HTHP,
I assume that somewhere in the code you ask for a file, but that is not found.
Step with the debugger through your code, and try to find the place where you ask for the file.
Imb.