Hi, everyone!
Whilst the following hyperlink codes work -
With Worksheets(1).hyperlinks.add range("B2"), address:= "http://www.yahoo.com.", _ Screentip:= "Best Site", Texttodisplay:= "The Homepage"
End With -
I cannot get the address right when I want to add the hyperlink on
Range ("c2"), worksheet(2). When I click on this Range("c2"), it should direct me to the link at Sheet3!B2.
Is there a shorter and faster way to create a hyperlink code that can connect to a specific location within the same Workbook that I want it to be without using Worksheet Functions?
