/ Published in: Visual Basic
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Sub DeleteHyperlink() ' ' NOTE: You must select the desired column/row/whole sheet ' before running this macro ' Selection.Hyperlinks.Delete End Sub