Run an excel macro from an access macro

M

MarySue

From an Access macro I want to open an Excel spreadsheet and run an enbedded
excel macro.
What code do I write to execute the excel macro when I write the code to
"runapp" from access.

The macro is run using "cntrl-x" when the spreadsheet is open.

The file resides at: c:\My Documents\My Databases\import.xls

Thanks in advance for your help.
 
Top