View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Anderson Jon Anderson is offline
external usenet poster
 
Posts: 1
Default Creating an XLL with C#

I was wondering if anyone knows how to create an XLL
using C#. I am currently creating my addins by writing a
class, registering it with COM, and writing a VBA
wrapper. I wrote a tutorial on how to do this he <a
href="http://www.contrib.andrew.cmu.edu/~jda2/tutorial/tut
orial_CSharp_Excel.html"http://www.contrib.andrew.cmu.edu
/~jda2/tutorial/tutorial_CSharp_Excel.html</a Can
anyone help me create a simular solution with an XLL?

Thanks.

Jonathan