View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Hyperlink Removal

You can do it with a VBA macro. Select the cells with the
hyperlinks and run the following macro:

Sub AAA()
Selection.Hyperlinks.Delete
End Sub



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"lsmft"
wrote in message
...

I recently copied a roster of my favorite college football team
from the
schools website and pasted it to my Excel worksheet.
Each player's name on the roster is a hyperlink.
Is there a way that I can possibly highlight the column that
has all of
the players names/hperlinks in and convert it to not being
hyperlinked?


--
lsmft
------------------------------------------------------------------------
lsmft's Profile:
http://www.excelforum.com/member.php...o&userid=30678
View this thread:
http://www.excelforum.com/showthread...hreadid=515554