Opening Access Database from Excel

sh3498

New member
Local time
Today, 20:40
Joined
Nov 27, 2002
Messages
8
This is probably an Excel question, but I have not found an Excel site as good as this one. I am trying to run an Excel macro every morning that will run some code and then open an Access database that runs some more code and then closes. I know how to go form Access to Excel, but cannot figure out from Excel to Access. Here is what I have

Application.ActivateMicrosoftApp xlMicrosoftAccess

This opens Access, but I cannot get my database filename in there anywhere. Does anyone have any ideas?
 
You should look into doing this from VBA... using objects...

Regards
 

Users who are viewing this thread

Back
Top Bottom