volley1999
Programmer
I would like to run an Access macro from an Excel/VBA app. I'm able to run Access update queries from VBA using database.Execute queryname. Is there a similar way to run an Access macro?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
database.DoCmd.RunMacro "MacroName"
DBEngine.OpenDatabase