Visual Basic Reference Error Messages |
|
The file was not found where specified. The error has the following possible causes:
- A statement refers to a file that doesn't exist.
- An attempt has been made to call a procedure in a dynamic-link library (DLL), but the library specified in the Lib clause of the Declare statement can't be found.
- You have attempted to open a project or load a text file that does not exist.
To correct this error
- Check the spelling of the file name and the path specification.
See Also
Declare Statement