I have a reference to the Microsoft DAO 3.6 Object Library.
Could I be missing other references? But I'd probably get an error message when compiling the add-in.
It could be a bug in Excel 2007. This add-in works in earlier versions of excel and works in debug mode in excel 2007.
AND if I open...
I have a problem with my excel add-in which works fine for earlier versions of excel - but does not work properly with excel 2007. The OP system is windows XP.
The code to connect is as follows:
Public cs_dbs As Database
Set cs_dbs = OpenDatabase(dbName, False, True, "ODBC;Regional=Yes")
When...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.