View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Remove hyperlink in excell 2003

Go back to Excel and you'll see that you removed all the hyperlinks that were in
that selected area.

And you can rightclick and remove the hyperlink from the cell--but it's one cell
at a time.

patti wrote:

Dave I did that ,
but when I hit enter, i just keep going to the next line??

"patti" wrote:

Dave,
I could have sworn that I thought I could right click & remove the links
that way??


"Dave Peterson" wrote:

Kinda VBAish...

select the range with the links (the whole worksheet??)
hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete

patti wrote:

HI
I know that their is an EASY way to remove hyperlinks....
I have a whole bunch of emails on a spreadsheet... how without doing like
macos and stuff how do I remove the links????

--

Dave Peterson


--

Dave Peterson