[VBA] excel获取单元格的超链接地址函数

Function geturl(c As Range) As String
    geturl = c.Hyperlinks(1).Address
End Function

设置超链接的函数是HYPERLINK。

posted @ 2016-01-28 17:56  TranSteel  阅读(7937)  评论(0编辑  收藏  举报