VBA- office requirements

P

Patrick

Is it possible to run an Excel based VBA that manipuate data in an Access
database on a client PC that does *not* have Access installed (i.e., it only
has Excel).

I know it is definitely possible to develop such a VBA in Excel in the first
place (by adding the Access Dll reference in the VBA project), but not sure
in run time whether Access needs to be installed or not? (Let say, if DAO
or ADO is used).
 
H

Howard Kaikow

Excel can play with an Access database directly.
Does not have to go thru Access, you can directly access, pun intended, the
database using, say, DAO or ADO.
 

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

Top