ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Extract a hyperlink from cell value (https://www.excelbanter.com/excel-programming/333759-extract-hyperlink-cell-value.html)

mabc

Extract a hyperlink from cell value
 
I need how to get the hyperlink from a cell with VBA

Anne Troy[_2_]

Extract a hyperlink from cell value
 
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




mabc

Extract a hyperlink from cell value
 
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



All times are GMT +1. The time now is 01:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com