在已粘贴网页内容的word文档里按Alt F11,粘贴如下代码:

Sub 取消链接()
For a = 1 To ThisDocument.Hyperlinks.Count
ThisDocument.Hyperlinks(1).Delete
Next
End Sub

粘贴后按F5运行。然后删除这个宏回到word你会发现所有超链接都消失了。

相关文章:

  • 2021-08-18
  • 2021-12-24
  • 2021-12-05
  • 2021-12-20
  • 2021-11-12
  • 2022-01-04
猜你喜欢
  • 2021-12-05
  • 2021-12-05
  • 2021-12-12
  • 2021-12-05
  • 2021-07-19
相关资源
相似解决方案