Home All Groups Group Topic Archive Search About
Author
10 Jun 2005 3:09 AM
amitesh
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

Author
11 Jun 2005 11:42 AM
Alvin Bruney [MVP - ASP.NET]
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
Show quoteHide quote
"amitesh" <amit***@discussions.microsoft.com> wrote in message
news:F2514EFA-9629-4D33-B5E8-4FFBF51C423C@microsoft.com...
> 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
Are all your drivers up to date? click for free checkup

Author
13 Jun 2005 9:01 AM
Jens Thiel
Amitesh

ManagedXLL (http://www.stochastix.de/solutions/excel/managedxll/latest) can
do all this and more.

Best regards,
Jens.

--
Replace MSDN with my first name when replying to my email address!

Show quoteHide quote
"amitesh" <amit***@discussions.microsoft.com> wrote in message
news:F2514EFA-9629-4D33-B5E8-4FFBF51C423C@microsoft.com...
> 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
Author
13 Jun 2005 12:55 PM
Carlos J. Quintero [.NET MVP]
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

Show quoteHide quote
"amitesh" <amit***@discussions.microsoft.com> escribió en el mensaje
news:F2514EFA-9629-4D33-B5E8-4FFBF51C423C@microsoft.com...
> 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

Bookmark and Share