Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.