BigInch
Petroleum
- Jun 21, 2006
- 15,161
Looking for a way to extract the URL from an XL cell (cell is typically displaying a link as an underlined name).
Thanks.
BigInch
-born in the trenches.
Thanks.
BigInch
![[worm] [worm] [worm]](/data/assets/smilies/worm.gif)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Function GetHyperlink(R As Range) As Variant
GetHyperlink = R.Hyperlinks(1).Address
End Function