Go to “Insert” > “Module” and in the pop-up window copy:
Sub RemoveHyperlinks()
'Remove all hyperlinks from the active sheet
ActiveSheet.Hyperlinks.Delete
End Sub
Then click “File” > "Close and return to Microsoft Excel"
You can now run the Macro in Excel by going to:
Developer* > Macros > and then Run “RemoveAllHyperlinks”, this will delete all URLS on the selected worksheet.
Big thanks! to Tech-Recipes
You can now run the Macro in Excel by going to:
Developer* > Macros > and then Run “RemoveAllHyperlinks”, this will delete all URLS on the selected worksheet.
Big thanks! to Tech-Recipes
*If the "Developer" tab is not showing in your ribbon, here is how to get it to display