#1   Report Post  
Sloth
 
Posts: n/a
Default 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.
  #2   Report Post  
bj
 
Posts: n/a
Default

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   Report Post  
Shatin
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
removing hyperlinks Laura Excel Discussion (Misc queries) 1 June 9th 05 08:16 PM
removing hyperlinks Gary's Student Excel Discussion (Misc queries) 0 June 9th 05 07:29 PM
Addressing hyperlinks in excel Owen Dodd Excel Discussion (Misc queries) 1 April 20th 05 08:35 PM
Removing Multiple Hyperlinks Olly New Users to Excel 0 November 29th 04 11:17 AM
up-date hyperlinks in Excel PM Excel Worksheet Functions 0 November 11th 04 11:55 AM


All times are GMT +1. The time now is 04:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"