Hi,
In order to remove an object reference from the VBA References Dialogue in Excel, you need to follow these steps:
- Open your VBA project in Excel and go to the VBA Editor.
- Click on the "Tools" menu and select "References" from the drop-down list.
- In the References Dialogue box, find the reference you want to remove and uncheck the box next to it.
- Click on the "OK" button to save your changes and close the References Dialogue box.
If the reference is still listed in the References Dialogue box after unchecking the box, it may be that the DLL file containing the reference is still being used by your Excel. In this case, try closing and reopening Excel to see if the reference has been removed from the list.
Best Regards.