Hey All,
I have an Excel file that has been working just fine for the past 2 years.
Yesterday it started to debug saying Item Not Found.
I was able to determine the exact line of code that was causing the error, but I haven't been able to find the cure.
I have also tried
I have the Reference for Microsoft Office 14.0 Access database engine Object
Any ideas? TIA
I have an Excel file that has been working just fine for the past 2 years.
Yesterday it started to debug saying Item Not Found.
I was able to determine the exact line of code that was causing the error, but I haven't been able to find the cure.
Code:
Dim DB as DAO.Database
set DB = DBEngine.Workspaces(0).Databases(0)
I have also tried
Code:
Dim DB as DAO.Database
set DB = DBEngine(0)(0)
I have the Reference for Microsoft Office 14.0 Access database engine Object
Any ideas? TIA