Hi:
I am attempting to set up a process in Access that calls a spreadsheet, executed the macro
in the spreadsheet, and then returns control to the next line of the macro in Access.
I am not even getting to first base.
The command I am using is : RunApp, with the path parameter:
D:\Userdata\IPT \Accounting\Sol ution Sheets\ti1.xls
I know this path is correct, but I am getting back an error that says:
Microsoft Access Cant invoke the application using the RunApp Action.
The path to the application is invalid.
The application is in the same folder as the Access application, but it just does not
appear to be finding it. Is it case sensitive? I have all the cases and things right.
Can anyone offer pointers?
Regards
John Baker
I am attempting to set up a process in Access that calls a spreadsheet, executed the macro
in the spreadsheet, and then returns control to the next line of the macro in Access.
I am not even getting to first base.
The command I am using is : RunApp, with the path parameter:
D:\Userdata\IPT \Accounting\Sol ution Sheets\ti1.xls
I know this path is correct, but I am getting back an error that says:
Microsoft Access Cant invoke the application using the RunApp Action.
The path to the application is invalid.
The application is in the same folder as the Access application, but it just does not
appear to be finding it. Is it case sensitive? I have all the cases and things right.
Can anyone offer pointers?
Regards
John Baker
Comment