Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have an excelsheet with a function called FillCell1: Public Function FillCell1() Range("C9").Select ActiveCell.FormulaR1C1 = "10" End Function This functions enters the value "10" in cell "C9". I would like to call this function from a C# application. Is this possible? I heard that this is possible but when i look for some examples on the internet i can't hardly find such examples. Can someone help me with this? I know how to open an excelsheet and enter a value through the excel object. The point is that i already have an existing sheet in which code is written to enter the value in the cell, so i don't want to write that piece of code in my C# application again but just want to call this function to do so. Thanks, Stanley |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Defined Function is not working for me in Excel 2007 | Excel Discussion (Misc queries) | |||
How to call a function of an user defined DLL from Excel? | Excel Programming | |||
Calling user defined function from C/C++ | Excel Programming | |||
How can I create a user defined function in excel? | Excel Discussion (Misc queries) | |||
How to create User Defined function in Excel | Excel Programming |