Getting a .NET dll to work with vba

  • Thread starter Thread starter devguy1234
  • Start date Start date
D

devguy1234

Guest
I have created a COM visible dll, and everything worked fine, until I tried to use it on a different machine. So, I read that I need to use the /codebase switch with regasm.exe, but I am using some nuget libraies that are not strongly signed, so that introduces a new problem.


What is the best way to create and register a dll that VBA can access?


This is not the kind of work I normally do.

Continue reading...
 
Back
Top