excel hyperlink to nothing

前端 未结 4 1303
旧巷少年郎
旧巷少年郎 2020-11-27 23:25

I\'ve got a lot of hyperlinks and I want to assign a macros to each of them and Worksheet_FollowHyperlink captures only Inserted Hyperlinks but not the HYPERLINK() function.

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 23:53

    I've just founded a solution. If I refer my Inserted Hyperlink to some cell in other sheet and then make it very hidden (xlSheetVeryHidden), it works just perfect. Now my hyperlinks refer to the Neverland and the macro captures them as well. Thank you all for your patiense.

提交回复
热议问题