Hi All,
I am running a macro in Access from Excel using:
Set acApp = CreateObject("Access.Application"
acApp.Visible = True
acApp.OpenCurrentDatabase ("C
ATABASE.mdb"
acApp.DoCmd.RunMacro "MacName"
However it takes a long time to run, and Excel keeps giving me a message saying, "Microsoft Excel is waiting for another application to complete an OLE action." Is there a way of switching this off, or extending the time that Excel waits for OLE actions?
Thanks,
Ian
I am running a macro in Access from Excel using:
Set acApp = CreateObject("Access.Application"
acApp.Visible = True
acApp.OpenCurrentDatabase ("C
acApp.DoCmd.RunMacro "MacName"
However it takes a long time to run, and Excel keeps giving me a message saying, "Microsoft Excel is waiting for another application to complete an OLE action." Is there a way of switching this off, or extending the time that Excel waits for OLE actions?
Thanks,
Ian