I am attempting to pull data from multiple access databases and populate them into an excel worksheet.
The format of the code I am using is a snippet I found that goes like this....
My problem of course is that I need to reference the ActiveX data objects. This is where the issue begins. The corporate policy I am working to has the VBE->Tools->References options locked and cannot add the required references. I ran into this issue on access DB project a while back and ended up using windows API's for opening a second database. (Thanks to Ken Getz and Paul Litwin for their code!)
Is there is similar way of accessing the Access database from Excel using a windows API to open the table data?
Bookmarks