Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added some methods in an activeX control created in c#. When i use this control in vba project those methods does not appear. How can I update the dll or assembly?
Posted

1 solution

After you build new ActiveX control you need to register the new assembly
using regasm.exe here is documentation[^]

You can find an overview of the process here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900