I have a spreadsheet with a Hyper Link and Title of the hyperlink in column "A" and I want to show the actual URL code in Column B by Referencing the data in Column A. Please Help
I have a spreadsheet with a Hyper Link and Title of the hyperlink in column "A" and I want to show the actual URL code in Column B by Referencing the data in Column A. Please Help
U have to create a UDF
usage![]()
Public Function getURL(ByRef Cell As Range) As String getURL = Cell.Hyperlinks.Item(1).Address End Function
=getURL(A1)
will show the actual webaddress
Shijesh Kumar
http://shijesh.wordpress.com/
Thanks Srijesh. It is working perfectly
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks