Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I change a whole column of Hyperlinks that have a different Displayed
text back to displaying the hyperlink address. Ex. http://myplace.com Displays "My House" change to http://myplace.com Displays "http://myplace.com" Ed |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This small UDF returns the address of an inserted hyperlink:
Function hyp2(r As Range) As String hyp2 = r.Hyperlinks(1).Address End Function so =HYPERLINK(hyp2(A1),hyp2(A1)) will create a new hyperlink in whick both the link and name are the same. Copy this down an un-used column. -- Gary''s Student "Ed" wrote: How can I change a whole column of Hyperlinks that have a different Displayed text back to displaying the hyperlink address. Ex. http://myplace.com Displays "My House" change to http://myplace.com Displays "http://myplace.com" Ed |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Numeric in Text to convert back to the form of Numeric for VLookup Purposes | Excel Discussion (Misc queries) | |||
Changing cell format - for example text to numeric | Excel Discussion (Misc queries) | |||
Text in autoshape not displayed | Excel Discussion (Misc queries) | |||
Text wider than one cell is not displayed in the next empty cell | Excel Discussion (Misc queries) | |||
Why is my text changing to pound signs? | Excel Discussion (Misc queries) |