'
For i = 1 To Selection.Paragraphs.Count
For j = 1 To Selection.Paragraphs(i).Range.Hyperlinks.Count
MsgBox Selection.Paragraphs(i).Range.Hyperlinks(j).TextToDisplay
MsgBox Selection.Paragraphs(i).Range.Hyperlinks(j).Address
Next
Next

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-28
  • 2021-12-15
  • 2021-07-19
  • 2021-06-07
  • 2021-11-17
猜你喜欢
  • 2021-12-24
  • 2021-12-05
  • 2022-01-21
  • 2021-09-08
  • 2021-11-23
  • 2022-01-04
  • 2021-12-05
相关资源
相似解决方案