Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need how to get the hyperlink from a cell with VBA
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.officearticles.com/excel/...soft_excel.htm
******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mabc" wrote in message ... I need how to get the hyperlink from a cell with VBA |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I already find the way:
For example, if the cell "B3" has a hyperlink, this code extract the link value: Range("B3").Select MsgBox (ActiveCell.Hyperlinks(1).Address) "mabc" wrote: I need how to get the hyperlink from a cell with VBA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need a function or property to extract the hyperlink from a cell | Excel Discussion (Misc queries) | |||
How to extract a web address from a hyperlink cell? | Excel Discussion (Misc queries) | |||
Is there a function to extract the URL part of a hyperlink in another cell? | Excel Worksheet Functions | |||
Extract hyperlink string from excel cell | Links and Linking in Excel | |||
Excel VBA - How can I extract the hyperlink from a cell | Excel Programming |