Worksheet_FollowHyperlink and MsgBox not working in Excel 2010

对着背影说爱祢 提交于 2019-12-02 02:52:13

Well that's a new one on me, but in both 2003 and 2010 the FollowHyperlink event is not fired for cells that contain the HYPERLINK() function. Both versions fire for native hyperlinks.

It looks like the SelectionChange event fires, so you could test that there's a hyperlink in the cell or whatever other tests you need.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!