How to Reference a .Net Assembly from within VBA?

T

TCook

Hey All,

I want to create an assembly in .Net that I can reference and use in VBA.

I have a sample assembly that I've strongly named and that is loaded in the
GAC. However, I can not see from within Excel.

Please advise?

Thanks & Regards,

TC
 
N

NickHK

Excel is COM based, so AFAIK, you would need to make a COM wrapper for any
..Net component in order to access it from VBA.

NickHK
 

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