ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Removing Hyperlinks (https://www.excelbanter.com/excel-discussion-misc-queries/48823-removing-hyperlinks.html)

Sloth

Removing Hyperlinks
 
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.

bj

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.


Shatin

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.




All times are GMT +1. The time now is 08:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com