Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I cut and pasted some information off of the internet onto a spreadsheet.
How can I remove all of the hyperlinks contained in the spreadsheet quickly? I know how to do it individually, but there has to be a way to speed it up. |
#2
![]() |
|||
|
|||
![]()
I use the macro found in
http://sniptools.com/tipstricks/dele...ffice-document "Sloth" wrote: I cut and pasted some information off of the internet onto a spreadsheet. How can I remove all of the hyperlinks contained in the spreadsheet quickly? I know how to do it individually, but there has to be a way to speed it up. |
#3
![]() |
|||
|
|||
![]()
Simplest way is to run this macro:
Sub removeHyperlinks() ActiveSheet.Hyperlinks.Delete End Sub If you prefer a non-macro method, try this: http://exceltips.vitalnews.com/Pages...t_a_Macro.html "Sloth" wrote in message ... I cut and pasted some information off of the internet onto a spreadsheet. How can I remove all of the hyperlinks contained in the spreadsheet quickly? I know how to do it individually, but there has to be a way to speed it up. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing hyperlinks | Excel Discussion (Misc queries) | |||
removing hyperlinks | Excel Discussion (Misc queries) | |||
Addressing hyperlinks in excel | Excel Discussion (Misc queries) | |||
Removing Multiple Hyperlinks | New Users to Excel | |||
up-date hyperlinks in Excel | Excel Worksheet Functions |