I have created a managed (C#) udf add-in that returns the a URL. At the moment, it shows as a column of text in Excel and needs to be converted via the Hyperlink function.
I've read the docs and googled around, and the best I can come up with is: http://www.add-in-express.com/docs/net-excel-udf-tips.php#udf-return-object
Which seems to be saying this is not possible. Can anyone tell me how to do this?
Many thanks :)