My formula in cell A1 says: =HYPERLINK(A2,A3)
Cell A2 has the URL
Cell A3 has the name of the website.
And it works, if I click on cell A1 it opens the internet and my target website appears (-:
But my test macro to do that doesn't )-:
Sub SelectHyperlinkCell()
'
' SelectHyperlinkCell Macro
'...