I have a range of cells that I iterate through and add hyperlinks to using code like this:
With Worksheets("Sheet1").Hyperlinks.Add anchor:=Worksheets("Sheet1").Range("E9"), _
Address:=cHLink, TextToDisplay:=cName
When the user clicks on the hyperlink, each time a different browser is opened. Is there a way
to have the existing (if there is one) browser be used?
Thanks!
With Worksheets("Sheet1").Hyperlinks.Add anchor:=Worksheets("Sheet1").Range("E9"), _
Address:=cHLink, TextToDisplay:=cName
When the user clicks on the hyperlink, each time a different browser is opened. Is there a way
to have the existing (if there is one) browser be used?
Thanks!