Hi,
I have an Access Macro.
In this macro, Microsoft Access 14.0 Object Library is ticked in Reference.
I want to un-tick this reference.
However while doing so I get pop-up as ‘Can’t remove control or reference; in use’.
How do I find out what objects in my macro are related to this reference.
I commented out few such as ‘Dim oRdc As Recordset’ and 'Dim rsXML As DAO.Recordset’.
However this is taking time and am not also sure if this is the correct method.
At the end, I should be able to un-tick Microsoft Access 14.0 Object Library reference.
How do I do this.
Can anyone please help me in this.
I have an Access Macro.
In this macro, Microsoft Access 14.0 Object Library is ticked in Reference.
I want to un-tick this reference.
However while doing so I get pop-up as ‘Can’t remove control or reference; in use’.
How do I find out what objects in my macro are related to this reference.
I commented out few such as ‘Dim oRdc As Recordset’ and 'Dim rsXML As DAO.Recordset’.
However this is taking time and am not also sure if this is the correct method.
At the end, I should be able to un-tick Microsoft Access 14.0 Object Library reference.
How do I do this.
Can anyone please help me in this.