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:
Application.VBE.ActiveVBProject.References.AddFromFile "c:\Program Files\Common Files\System\ado\msado15.dll"
But I...