Hi, I have 2 questions. First, is it possible to use the script mentioned here: http://www.mrexcel.com/forum/excel-questions/381291-activating-hyperlinks-via-visual-basic-applications.html
Sub Hyperlink()
Shell "explorer.exe " & Range("J2").Text
End Sub
To activate a cell range? I.e could it...