Com - Addin with Excel??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a question to the following example:

http://msdn.microsoft.com/office/un...l=/library/en-us/dnexcl2k2/html/odc_xlnet.asp

This example uses an external Add-in that connects an Excel workbook with a C# routine.
I tried to make a new workbook with the same Visual Basic code, as the one in the example, which establishes the connection to the C# routine. But I can´t get it to run and receive a compiling error as soon as I open the new workbook.

Am I missing something? I would appreciate any help or advise...

Thanks
Eduardo
 
Eduardo,

can you post Excel version, CLR version, PIA versions, the "compiler error"
and maybe your code?

Jens.

--
http://ManagedXLL.net/
Replace MSDN with my first name when replying to my email address!




Eduardo said:
I have a question to the following example:

http://msdn.microsoft.com/office/un...l=/library/en-us/dnexcl2k2/html/odc_xlnet.asp

This example uses an external Add-in that connects an Excel workbook with a C# routine.
I tried to make a new workbook with the same Visual Basic code, as the one
in the example, which establishes the connection to the C# routine. But I
can´t get it to run and receive a compiling error as soon as I open the new
workbook.
 
Back
Top