I thought you are asking about Web..For excel if you know how to run a macro then do the following
Copy/Paste the following code into the VB Editor [ALT+F11] and assign a short-cut to run that Macro [ALT+F8].
Sub SimulateMouseClickonHyperlink() ActiveCell.Hyperlinks(1).Follow End Sub
I thought you are asking about Web..For excel if you know how to run a macro then do the following
Copy/Paste the following code into the VB Editor [ALT+F11] and assign a
short-cut to run that Macro [ALT+F8].
Sub SimulateMouseClickonHyperlink()
ActiveCell.Hyperlinks(1).Follow
End Sub