Need to extract hyperlink
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:
Can you provide a little mroe information please
|