View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vincent Vincent is offline
external usenet poster
 
Posts: 39
Default No need to register assembly of DLL written in C#

I am trying a write a DLL from C# and send it to be used by other colleagues.
Since I don't want to register the assembly by going to each client's
computer, I need to find a way that the DLL could be create as an external
library, which could be called by VBA code from Excel. No need to register
the assembly, no need for administrative right. Hope anyone can help.