View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
mg[_4_] mg[_4_] is offline
external usenet poster
 
Posts: 5
Default run sub from hyperlink

On Dec 18, 1:49*pm, Gary''s Student
wrote:
Include the following event macro in the worksheet code area:

Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
MsgBox ("Hello world")
End Sub
--
Gary''s Student - gsnu2007k



" wrote:
Is there a way to run a sub routine from a hyperlink in an excell cell?- Hide quoted text -


- Show quoted text -


That is helpful but how can I have more than one per sheet each
triggering an different sub routine?