Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks much, I'll get right on it!!!!!! -- lsmft ------------------------------------------------------------------------ lsmft's Profile: http://www.excelforum.com/member.php...o&userid=30678 View this thread: http://www.excelforum.com/showthread...hreadid=515554 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's not elegant, but copy, paste special values and then change the format
of the cells. "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink won't open any other XLS file | Excel Discussion (Misc queries) | |||
Using the Hyperlink Function and finding filenames | Excel Worksheet Functions | |||
Importing Data from an Access Database Including a Hyperlink Colum | Excel Discussion (Misc queries) | |||
Importing Access File with Hyperlink | Excel Discussion (Misc queries) | |||
Removing hyperlink | Excel Discussion (Misc queries) |