Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I copied a table from a web page. Many of cells contain hyperlinks. In Excel,
they are not useful; an accidental click sends my window off to the web. I can right click on them and disable the hyperlink, but there are over a hundred of them. If I select more than one of them, I do not have the option of removing the hyperlinks. I need a way to get rid of all the hyperlinks quickly and easily. Is there a button hidden somewhere, or is MicroSoft opposed to anything that stops unintended connections to the internet? (I think I finally managed to get Word to stop turning anything with a dot in it into a link.) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The free Excel add-in "Excel Extras" will do that.
It adds a Remove Hyperlinks menu item below the Hyperlinks item on the Insert Menu. The program will also sort sheets, add a table of contents and do other stuff. Download from... http://www.realezsites.com/bus/primitivesoftware -- Jim Cone San Francisco, USA "Dan Kowalski" <djkowalski at hotmail dot com wrote in message I copied a table from a web page. Many of cells contain hyperlinks. In Excel, they are not useful; an accidental click sends my window off to the web. I can right click on them and disable the hyperlink, but there are over a hundred of them. If I select more than one of them, I do not have the option of removing the hyperlinks. I need a way to get rid of all the hyperlinks quickly and easily. Is there a button hidden somewhere, or is MicroSoft opposed to anything that stops unintended connections to the internet? (I think I finally managed to get Word to stop turning anything with a dot in it into a link.) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
After you paste the table. on the right low corner. you will be able to
choose to keep source formating or match destination formating. If you choose to match destination formating. No hyperlink will be pasted. "Dan Kowalski" wrote: I copied a table from a web page. Many of cells contain hyperlinks. In Excel, they are not useful; an accidental click sends my window off to the web. I can right click on them and disable the hyperlink, but there are over a hundred of them. If I select more than one of them, I do not have the option of removing the hyperlinks. I need a way to get rid of all the hyperlinks quickly and easily. Is there a button hidden somewhere, or is MicroSoft opposed to anything that stops unintended connections to the internet? (I think I finally managed to get Word to stop turning anything with a dot in it into a link.) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dan
Copy an empty cell. Select all the hyperlink cells and Paste SpecialAddOKEsc David McRitchie has code and more suggestion for dealing with hyperlinks. http://www.mvps.org/dmcritchie/excel...#DelHyperlinks Gord Dibben MS Excel MVP On Tue, 27 Jun 2006 15:00:02 -0700, Dan Kowalski <djkowalski at hotmail dot com wrote: I copied a table from a web page. Many of cells contain hyperlinks. In Excel, they are not useful; an accidental click sends my window off to the web. I can right click on them and disable the hyperlink, but there are over a hundred of them. If I select more than one of them, I do not have the option of removing the hyperlinks. I need a way to get rid of all the hyperlinks quickly and easily. Is there a button hidden somewhere, or is MicroSoft opposed to anything that stops unintended connections to the internet? (I think I finally managed to get Word to stop turning anything with a dot in it into a link.) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub HyperlinksOut()
ActiveSheet.Hyperlinks.Delete End Sub -- Don Guillett SalesAid Software "Dan Kowalski" <djkowalski at hotmail dot com wrote in message ... I copied a table from a web page. Many of cells contain hyperlinks. In Excel, they are not useful; an accidental click sends my window off to the web. I can right click on them and disable the hyperlink, but there are over a hundred of them. If I select more than one of them, I do not have the option of removing the hyperlinks. I need a way to get rid of all the hyperlinks quickly and easily. Is there a button hidden somewhere, or is MicroSoft opposed to anything that stops unintended connections to the internet? (I think I finally managed to get Word to stop turning anything with a dot in it into a link.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieve data from all of the worksheet within the file | Excel Worksheet Functions | |||
Needed: worksheet export help | Excel Discussion (Misc queries) | |||
How do I remove ALL hyperlinks from a large worksheet? | Excel Discussion (Misc queries) | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) | |||
How to remove all hyperlinks from a worksheet in Excel? | Excel Worksheet Functions |