Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible (and HOW?) to write a user defined
(=custom) function in managed code?? In a Excel Cell, I want to use =Test(12) With VBA I would write a function in module like Function Test (x as integer) as integer Test = x*x End Function Now I want to implement this udf with Visual Studio Tools for Office. Using C#, the function should look something like public static int Test(int x) { return x*x; } But I have no idea, how to make the Excel-Workbook able, to use my function in the "managed code extension"... Thanx for your advice!! Thomas |
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 |