开发者

Is there a way to add more than one hyperlink in an excel cell in vb.net?

开发者 https://www.devze.com 2022-12-27 23:24 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消