View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Assign macro to text in a cell rather than a control

There's the Worksheet_FollowHyperlink event that is fired when a hyperlink
is clicked.
You can put code there.

NickHK

"Mack Neff" wrote in message
...
Is it possible to assign a macro to a word in a cell - like a hyperlink -
rather than to a control button?