Run a MS Access Procedure from Excel
Jim - Thanks for the comments.
And the problem was:
The module name and the procedure name were the same!!!
Once the procedures name was changed, the code
' acApp.run "newSubname" ' worked great.
Only lost a half a day on it!
Mark
|