View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Removing email address links

You can select the range of cells that contain hyperlinks.

Then hit alt-f11 to get to the VBE
then hit ctrl-g to see the immediate window
type this and hit enter:
selection.hyperlinks.delete

You can select as many or as few cells as you want.

starguy wrote:

I have many email addresses which I have already entered in a column. I
want them to be as text not hyperlinks.

some cells in that column are empty and some have email addresses I
want those emails (which are now hyperlinks) to be as text and those as
well which I enter later.
how could this be done?

--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=556472


--

Dave Peterson