Is there a way to add more than one hyperlink in an excel cell in vb.net?
I have an excel sheet where one column consist of comm开发者_JS百科a seprated hyperlinks. However, I am unable to see a way to insert more that one hyperlinks in an excel cell. Is there a workaeround this?
You can't do this without an ugly kludge, and I would not advise that.
I think that the Hyperlink is applied to the entire cell, therefore you can't hyperlink a cell to more than one address.
Workaround suggestion (not that I have an idea of why would you need comma-seperated hyperlinks in a single excel cell, but anyhow...): Write a VBA script that performs the required functionality.
精彩评论