thomassharp
Board Regular
- Joined
- Dec 10, 2014
- Messages
- 84
Hi, I have 2 questions. First, is it possible to use the script mentioned here: http://www.mrexcel.com/forum/excel-...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 open several links at once in the browser?
Secondly, is there a simply way to automate the F2/return key stroke to activate a cell so the Hyperlink becomes active. I've tried lots of different things but none of them seem to just automate the manual key stroke.
Thanks very much for any help you can give!
:wink:
Sub Hyperlink()
Shell "explorer.exe " & Range("J2").Text
End Sub
To activate a cell range? I.e could it open several links at once in the browser?
Secondly, is there a simply way to automate the F2/return key stroke to activate a cell so the Hyperlink becomes active. I've tried lots of different things but none of them seem to just automate the manual key stroke.
Thanks very much for any help you can give!
:wink: