I have an Access 2003 DB, which has a VBA module. The module function points to an Excel file.
The function is calling the Excel file through the command line like this:
Shell "Excel \\server\dir\filename.xls", vbMaximizedFocus
The DB opens, the function gets triggered, and I get Run-timer error '53': File not found
I know that the Excel file exists, and I am able to open it. I have the security permissions to be able to access folders in the filepath.
What I already tried:
decompile+compact+recompile the DB, using the instructions here.
I am still getting the same error. Can anyone suggest other causes/solutions?
minor edit - content remains the same.