I have a workbook which checks if there is a new version of some module when someone opens it and in that case it removes the old module and import the new one.
No problem until i add some new references and i try aswell to import them programatically.
When i try to do this the code fails to compile cause i'm using libraries which are not yet imported. Is there any way to solve this using early binding?
Thank you in advanced.