Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I get the hyperlink value from a cell? The cells
hyperlink was put in at the insert hyperlink command not the function. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activecell.Hyperlinks(1).Address & " " & activeCell.Hyperlinks(1).SubAddress
-- Regards, Tom Ogilvy "Michael Kintner" wrote in message ... How can I get the hyperlink value from a cell? The cells hyperlink was put in at the insert hyperlink command not the function. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you very much!!
Have a great day.... "Tom Ogilvy" wrote in message ... activecell.Hyperlinks(1).Address & " " & activeCell.Hyperlinks(1).SubAddress -- Regards, Tom Ogilvy "Michael Kintner" wrote in message ... How can I get the hyperlink value from a cell? The cells hyperlink was put in at the insert hyperlink command not the function. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink from one.xlsx cell to another two.xlxs cell & click back | Excel Worksheet Functions | |||
How do I create a hyperlink to a cell with the hyperlink function | Excel Worksheet Functions | |||
How make hyperlink refer to cell content rather than cell address. | Excel Discussion (Misc queries) | |||
Copy hyperlink from one cell to/as hyperlink in another cell | Excel Worksheet Functions | |||
Using paste link infromation in cell to hyperlink to source cell? | Excel Worksheet Functions |