I am very new to this VBA stuff so please bear with me
I am trying to utilise an access dbase to store sata that my excel sheet will be using. The VBA is all being done from excel.
Is there a way to open an access form from excel WITHOUT having the access window open?
If there isn't a way to do that. How do you even get the access application up and running? I have tried...
'From within excel
dim obj as Access.Application
set obj = GetObject("blahblah\mydb.mdb"
Now I am lost from even this "simple" procedure.
Any help would be gratefully appreciated
I am trying to utilise an access dbase to store sata that my excel sheet will be using. The VBA is all being done from excel.
Is there a way to open an access form from excel WITHOUT having the access window open?
If there isn't a way to do that. How do you even get the access application up and running? I have tried...
'From within excel
dim obj as Access.Application
set obj = GetObject("blahblah\mydb.mdb"
Now I am lost from even this "simple" procedure.
Any help would be gratefully appreciated