Does anyone know how to call an Excel macro from an Access VBA module I am connecting to Excel using the Excel Automation object but cannot seem to access anything but the assigned startup excel macros.
Any help would be apprecited.
Does anyone know how to call an Excel macro from an Access VBA module I am connecting to Excel using the Excel Automation object but cannot seem to access anything but the assigned startup excel macros.
Any help would be apprecited.
Call Excel macro from Access
cyberjoe2
Jody –
If you’re massaging data in Access only, my approach would be to export the macro from Excel and import it to Access.
That’s the simplest case. If you’re trying something else, please elaborate.