Remove Hyperlinks from Excel document


/ Published in: Visual Basic
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Sub DeleteHyperlink()
  2. '
  3. ' NOTE: You must select the desired column/row/whole sheet
  4. ' before running this macro
  5. '
  6. Selection.Hyperlinks.Delete
  7. End Sub

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.