View Single Post
  #2   Report Post  
Posted to microsoft.public.dotnet.framework.interop,microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default How to Reference a .Net Assembly from within VBA?

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

"TCook" wrote in message
...
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