VBA打开超链接
文件超链接 Cells(x, y).Hyperlinks(1).Follow
网址超链接 URL = Cells(x, y).Hyperlinks(1).Address
Set wshshell = CreateObject(“wscript.shell”)
wshshell.Run hyper_link & URL
本文链接:https://my.lmcjl.com/post/4350.html
展开阅读全文
VBA打开超链接
文件超链接 Cells(x, y).Hyperlinks(1).Follow
网址超链接 URL = Cells(x, y).Hyperlinks(1).Address
Set wshshell = CreateObject(“wscript.shell”)
wshshell.Run hyper_link & URL
本文链接:https://my.lmcjl.com/post/4350.html
4 评论