Search results for "a1"
Microsoft Excel get Hyperlinks from cells
I this article we'll see how we can use a formula to extract the hyperlink from a Excel cell. There is no built in function and so we have to build our own. As you probably know, Excel supports VB scripting.
So first of all we have to build our function. Let's name it getHyperlink(). It's content will be the above:
Function getHyperlink(HyperlinkCell As ...

RSS/XML