Hello boys,
This is my code placed in a Workbook module. But the events do not fire. Can anyone know what is going on ?
Private WithEvents dbConnection As ADODB.Connection
Private WithEvents dbrecordset As ADODB.Recordset
Private Sub dbConnection_ConnectComplete(ByVal pError As ADODB.Error...