0

I am developing a User defined function in Excel using C# and Class library in VS 2010. I followed the tutorial at How to Create UDF in Excel using C# The code works well and it gets Registered.I can see my AddIn in InstalledAddIN list. However after clicking on the Insert Function button in the formula bar. From the dialog of available formulas, “Or select a category” drop down box I cannot see my Function that I have built I am using VS 2010(Admin mode) however excel is in guest mode.Does privileges has to do anything with it.??

Could Also anyone explain me how can i install my AddIn? Thank you for your time

2 Answers 2

2

Take a look at Excel Dna.It is an open source project used to integrate Excel with .NET also check Excel 2013 XLL

Sign up to request clarification or add additional context in comments.

1 Comment

With Excel-DNA you need no installation or registration to make your worksheet UDFs work.
0

You can write Excel User Defined Functions using C# directly with my ESharper add-in without additional files and registration.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.