Delete all hyperlinks on a sheet
Open your Excel spreadsheet that you wish to remove the hyperlinks from. Press ALT-F11 to go to the Visual Basic editor. Create a new module. You can do this by selecting Module under the Insert menu.
Paste the following code into your new module:
Sub RemoveHyperlinks()
‘Remove all
hyperlinks from the active sheetActiveSheet.Hyperlinks.Delete
End Sub
Close the Visual Basic editor window by selecting “Close and Return to Microsoft Excel” under the File menu.
September 28, 2007 | Filed Under Tech | Leave a Comment
I'm Loy and welcome to my blog. I'm an IT engineer which spend a lot time tinkering with technology, while away from work I enjoy capturing the moments and enjoying God's greatest gift - Appetite. Hope you find the information here useful or entertaining. Feel free to feedback about my blogs or give a shoutout.