Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mike,
Are you sure about... hypadr = hyp.Address ? Jim Cone "Mike Fogleman" wrote in message ... Not quite Jim, but I got it.... Sub UpdateUsage() Dim hyp As Hyperlink Dim hypadr As String Dim hyprng As Range For Each hyp In ActiveSheet.Range("K:K").Hyperlinks hypadr = hyp.Address Set hyprng = hyp.Range Mike F "Jim Cone" wrote in message ... Mike, hypadr = hyp.Range.Address ActiveSheet.Range(hypadr).Offset(0, 7).Value =... ought to do it. Regards, Jim Cone San Francisco, USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coverting hyperlink cell to the web page address | Excel Discussion (Misc queries) | |||
How to extract a web address from a hyperlink cell? | Excel Discussion (Misc queries) | |||
Keeping the hyperlink address hidden in a cell. | Excel Worksheet Functions | |||
How make hyperlink refer to cell content rather than cell address. | Excel Discussion (Misc queries) | |||
how do I add a 'web address' to a cell in excel with a hyperlink? | New Users to Excel |