Hi All,
Can You Use a Macro in Excel, (Eg a Command Button), To then Run a Macro In Access?
If so, how would you go about Codeing it?
Thanks
Tom
Last edited by t0m46; 02-17-2010 at 08:51 AM.
Hi All
Managed to Figure out the Code. Here it is if anyone was interested.
Sub EXCELL_access () Set appAccess = CreateObject("Access.Application") appAccess.OpenCurrentDatabase "Database1.mbd" appAccess.DoCmd.RunMacro "Macro1", appAccess.Quit Set appAccess = Nothing End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks