Using Excel To Read Access Without MS Access On Computer

Posted by Tom Clark on Stack Overflow See other posts from Stack Overflow or by Tom Clark
Published on 2010-04-07T15:09:16Z Indexed on 2010/04/07 15:23 UTC
Read the original article Hit count: 253

Filed under:

I have written code that joins two table in access, using criteria supplied from drop down lists in excel and then returns the data to a specific location on the spreadsheet (titles already on the sheet). This works fine on my box and others with MS Access on the machine, but the purpose of writing this was to give people (associates) that dont have the MS Access on their machines (which is most of them) to be able to do simple queries to the database. When we try to run this on a machine without MS Access, we are getting the error message "Compile Error: Cant find project or library." Since this works fine on any machine so far that has Access, but not the others I am wondering if this is not possible without the actual Access software. Any help or insight would be appreciated.

Tom

© Stack Overflow or respective owner

Related posts about excel-vba