exposing methods and props in c# dll via COM

H

Homer Simpson

How can I expose my methods and props stored in a C# dll via COM so a
language like VBA can use them?

Thanks,
Scott
 
J

Johann Blake

Store your DLL in the GAC and register it with regasm.

Best Regards,
Johann Blake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top