Hello,
I have created an ActiveX server control that I'm using from within VBA. But when I create a new version of this control on the user machine I need to go to References uncheck the reference click on OK and then again I need to go to the references and add it to get the fresh version. The VBE is obviously caching the reference internally.

There is a code ThisWorkbook.VBProject.References but there is no refresh property.

Is there a way to refresh the references on the Workbook load?

Thanks, Davor