Open Access From A Macro

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

Greetings,

Can anyone tell me how to use an Excel macro to open an
Access database? TIA

Jamie
 
Dim acApp As Access.Application
Set acApp As New Access.Application
acApp.OpenCurrentDatabase "C:\path\myData.mdb"
..
..
Steve
 
Thanks, Steve . . .very much appreciated.
-----Original Message-----
Dim acApp As Access.Application
Set acApp As New Access.Application
acApp.OpenCurrentDatabase "C:\path\myData.mdb"
..
..
Steve





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top