Excel C# API

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

Guest

Is there any way of exporting C# functions/classes to excel so that one can
use the functions from excel cells itself.

I do not want to use automation addin as my users are still using excel 2000.

Any reference would be much appreciated.

Regards
Amitesh
 
nope, addins are your only choice here

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
If you can make your assembly COM-compatible, you can use the Tools,
References menu of the VBA editor of Excel to add external COM references...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

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

Back
Top