Hi.
Error when trying to use code that works in Excel 2007.
I'm working on my excel 2010 the code works in Excel 2007, but I was trying to use in Excel 2010 and generated this error ...
I use these codes:THE LIBRARY OF OBJECTS is INVALID OR CONTAINS REFERENCES TO DEFINITIONS OF OBJECTS THAT COULD NOT BE LOCATED.
![]()
Dim BANCO As Database Set BANCO = OpenDatabase(ThisWorkbook.Path & "/" & ThisWorkbook.Name, False, False, "Excel 8.0")
Bookmarks