gyurisc
gyurisc

Reputation: 11502

Writing a new function for excel

I am looking for ways to write my own function in excel that I can use directly in cells, but I do not want to use VBA or COM. My preferred language would be javascript or C#.

I am using office 365, so I have the latest version of Excel. Also, it would be nice to make it work on Windows and Mac.

Upvotes: 0

Views: 100

Answers (1)

frostbyte
frostbyte

Reputation: 430

Have you checked out this answer found here on stackoverflow? It includes a link to Excel-DNA and some sample code to create your own functions.

Creating new Excel formulas/functions with C#

Upvotes: 3

Related Questions