Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I would like to block access to my VBA coding | Excel Programming | |||
VBA Coding Question | Excel Programming | |||
basic coding question | Excel Programming | |||
Coding question | Excel Programming | |||
coding question | Excel Programming |