Run a macro with embedded Excel sheet in Access
问题 My problem is quite simple but I haven't found a solution so far... I created a form in Access called Form1. In this form, I inserted an "Unbound Object Frame", which is a new macro-enabled Excel worksheet. In the Excel sheet, I create a macro we can call "ExcelMacro". I want to know how to run macros in this Excel sheet from Access, e.g. in my Access macro, run "ExcelMacro" I do NOT want to link my Excel sheet to an external Excel workbook. Do you have any ideas? Thanks a lot for your help!