Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Thomas Mutzl" wrote
Is it possible (and HOW?) to write a user defined (=custom) function in managed code?? Have a look at http://ManagedXLL.net/ where the answer would look like this: using ManagedXLL; [WorksheetFunction] public static int Test(int x) { return x*x; } Jens. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2003: Having trouble with conditional formatting with custom user function (Repost) | Excel Worksheet Functions | |||
2003 - 2007 custom macro and custom button restore. | Excel Discussion (Misc queries) | |||
OWC load add-ins programmatically in dotnet? | Excel Discussion (Misc queries) | |||
Excel - DotNet - Variant Arrays as Params | Excel Programming | |||
Excel Workbook opened twice with dotnet interop | Excel Programming |