If I look in the VBA Editor and select Tools>References, I see the above line checked in my listing. I tried to get it to be found by adding this code at the time of opening:
But I still have the "MISSING" message. Suggestions? The User is running Windows 7 and Excel 2010. Thanks so much.
I also added the network path where the file is located as a trusted site and checked the checkbox: Trust access to the VBA PRoject object model" checkbox in the Trust Center Settings.
I don't know what else to do.
Code:
Application.VBE.ActiveVBProject.References.AddFromFile "c:\Program Files\Common Files\System\ado\msado15.dll"
But I still have the "MISSING" message. Suggestions? The User is running Windows 7 and Excel 2010. Thanks so much.
I also added the network path where the file is located as a trusted site and checked the checkbox: Trust access to the VBA PRoject object model" checkbox in the Trust Center Settings.
I don't know what else to do.