I have made the dll COM Visible and registered the dll using RegAsm tool. In excel i am adding a reference to the TLB file for my .NET dll, then creating an instance of my class in excel VBA.
Real problem comes when I release new version of dll I have to manually add reference to new dll again and this excel application is going to be distributed to many users, so for the first time they have to manually add a reference to TLB file.
Is there any way to auto reference TLB from excel VBA or can be loaded programmatically before type instance being created?.