Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have application in C# which I call excel MACRO. All works fine. the point is that i want to return value(even simple - 0\1). I saw some samples in vb but it doesn't work in C#. This is what I do: Excel Public Function te() As Long te = 1 End Function C# int k = ( int )oXL.Run( function_name , val0,val1...val28); in this case, i get exeption in C#. thanks for the help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to check data from excel list against access query and return value back to excel | Excel Worksheet Functions | |||
Set up a macro in one row and then return to fill in next row? | Excel Programming | |||
put value into cell after return from macro | Excel Programming | |||
run macro on return | Excel Discussion (Misc queries) | |||
I want to run a macro when i press return | Excel Programming |