Group:  Microsoft Excel ยป microsoft.public.excel.programming
Thread: Access Coding Question

Access Coding Question
EAB1977 <koolaid4u[ at ]yahoo.com> 12/31/2008 9:00:18 PM
Hello everyone,

What I am attempting to do is to run a macro on a database that I
created. I can run this just fine since I have the full MS Access
version on my PC, but when I go to others machines that have the
runtime versions, they cannot run it. I get a ActiveX object error. I
have the Access Object Libaray(sp) checked in my References.

Has anyone ran into the problem before, and if so, what was your
workaround?

Sub TestMacro()
Dim appAccess As New Access.Application

appAccess.OpenCurrentDatabase "C:\myDB.mdb"
appAccess.DoCmd.RunMacro "macDoFirst"
appAccess.CloseCurrentDatabase
Set appAccess = Nothing

End Sub

Home | Search | Terms | Imprint
Newsgroups Reader