Return to Snippet

Revision: 22925
at January 26, 2010 02:12 by a1ias


Initial Code
Sub DeleteHyperlink()
    '
    ' NOTE: You must select the desired column/row/whole sheet
    ' before running this macro
    '
    Selection.Hyperlinks.Delete
End Sub

Initial URL


Initial Description


Initial Title
Remove Hyperlinks from Excel document

Initial Tags
excel

Initial Language
Visual Basic