Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column containing company names. Each company name has the hyperlink
address to the company website. This is shown in the ScreenTip when the mouse is hovered over the cell and may be individually obtained using 'edit hyperlink...'. I wish to change the cell content to the blue underlined hyperlink address and not the company name. What can I do? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
If your cell has the Hyperlink() formula then you can delete the Freindly_Name. =HYPERLINK("www.company.com","CompanyName") to just =HYPERLINK("www.company.com") Regards, Bondi |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See http://www.mvps.org/dmcritchie/excel/buildtoc.htm
to extract the hyperlinkaddress with a function from object type hyperlinks (Ctrl+K). There is also one to extract from HYPERLINK Worksheet Function, but they would have to be explicit not derived from formulas. -- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "herpetafauna" wrote in message ... I have a column containing company names. Each company name has the hyperlink address to the company website. This is shown in the ScreenTip when the mouse is hovered over the cell and may be individually obtained using 'edit hyperlink...'. I wish to change the cell content to the blue underlined hyperlink address and not the company name. What can I do? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel find the content of cell using row and column header | Excel Worksheet Functions | |||
How do I clear cell content when excel document is closed? | Excel Worksheet Functions | |||
What is the Excel 2003 syntax for linking a cell value to content. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |