How to change links to regular text

J

Just Me

Hello,

I have a Workbook with a lot of data in the worksheets, all the data in
each cell is a link I want to change it to regular text. I don't know much
about excel so please no advanced solutions please.

Thanks
 
P

Pete_UK

You can fix the values by highlighting the cells with formulae in and
click <copy> then Edit | Paste Special | Values (check) | OK | then
<Esc>.

Hope this helps.

Pete
 
J

Just Me

Didn't work ???
Pete_UK said:
You can fix the values by highlighting the cells with formulae in and
click <copy> then Edit | Paste Special | Values (check) | OK | then
<Esc>.

Hope this helps.

Pete
 
D

Dave Peterson

Select the range
Hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete
 
J

Just Me

Thank you, thank you , thank you !!!



Dave Peterson said:
Select the range
Hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete
 
Top