How do you invoke an Excel macro from an Access macro?

M

Macro Builder

Use an Access macro to open an Excel file and run the
macro within the Excel file and close the file when done,
thereby finally returning to the Access macro. Please
provide the correct syntax to write in the command line of
the 'RunApp' action in the Access macro design window.
Thankyou
p.s. Please post the answer only. No emails please.
 
K

Ken Snell

To add to Douglas' comment, I'm not aware either of any way to run an EXCEL
macro from an ACCESS macro. You must use VBA and Automation to do this.
 
Top