Hyperlink help
sub Extracthypelinksaddress()
Dim hlnk as Hyperlink
for each hlnk in activesheet.hyperlinks
hlnk.parent.offset(0,1).Value = "'" & hlnk.Address
Next
End Sub
the most I could add is to come to your site and run the macro.
--
Regards,
Tom Ogilvy
"Shani" wrote:
In column A there a bunch of cells
I want to extract all the hyperlinks associated with the cells in
column A into Column B
for example
A1=axyfsk hyperlink=http://www.fasdfasdfasfsdfafd.com
I want B1=hyperlink=http://www.fasdfasdfasfsdfafd.com
|