What are the different methods to create user defined function in excel using C#??
Till now I could only find User Defined Functions in C#
Thank you all
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can take a look at this article: https://www.quantnet.com/threads/how-to-create-udf-in-excel-using-c-and-visual-studio-2008.1260/
It explains how you create a DLL and use COM to plug it in to Excel so that it appears as UDF within Excel.