Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I copy data from other spreadsheets. If it look slike an address Excel makes
it a hyper link. I have to remove them one by one - then they come back when I copy data from that cell. How can I stop this for good without downgrading to an older version? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you paste special as values they won't be hyperlinks, if you have a lot
of hyperlinks that you want to make inactive in one fell swoop you can copy an empty cell, then select the links(using arrow keys) and then paste special and select add -- Regards, Peo Sjoblom "Badger Blue" <Badger wrote in message ... I copy data from other spreadsheets. If it look slike an address Excel makes it a hyper link. I have to remove them one by one - then they come back when I copy data from that cell. How can I stop this for good without downgrading to an older version? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Run this tiny macro:
Sub hyperbegone() Cells.Hyperlinks.Delete End Sub -- Gary''s Student - gsnu200788 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I disable all Hyperlinks in Excell 2000 | Excel Discussion (Misc queries) | |||
E-mail hyperlinks-need to disable these | Excel Discussion (Misc queries) | |||
E-mail hyperlinks-need to disable these | Excel Discussion (Misc queries) | |||
Disable hyperlinks on entry | Excel Discussion (Misc queries) | |||
How do I disable hyperlinks in Excel? | Excel Discussion (Misc queries) |