Hi Govert,
I am new to Excel DNA and excel programming. So I have been tasked with creating an add-in for Excel. The addin has some requirements such as:
1. It has to be a binary file that is obfuscated and can be deployed to users and users can double click OR will be simple for them to add to their Excel Add-in via the File-> Options in excel.
2. The add-in will NEED to have custom UDFs.
I have been looking at Excel DNA and managed to create a Ribbon with UDFs.
Now, I've been told to keep developing on it and to redo the add-in using VSTO com add-in. I was wondering, is it possible to use Excel DNA for only the UDFs and Excel VSTO Add-in for the Ribbons, TaskPane etc... and somehow combine both code into a single binary file to distribute?
It's been a nightmare trying to find a way to even implement UDFs in VSTO add-in so I think Excel DNA will be the saviour IF I can somehow use them both.
Thanks Govert for reading in advance.