[VBA] excel获取单元格的超链接地址函数时间:2023-03-10 01:17:26 Function geturl(c As Range) As String geturl = c.Hyperlinks().Address End Function 设置超链接的函数是HYPERLINK。