I'm not sure if this belongs in the Access forum but the issue is occurring within Excel.
Snippet of Excel code:
Dim moConn As ADODB.Connection, moRecordset As ADODB.Recordset
Set moConn = New ADODB.Connection
Set moRecordset = New ADODB.Recordset
moConn.Open...