View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How do I get Hyperlink from a cell

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.