View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ignatius[_2_] Ignatius[_2_] is offline
external usenet poster
 
Posts: 1
Default Hyperlink events

Two related issues.

Firstly is it possible to "trap" the followhyperlink event
at a sheet or workbook level when the hyperlink is derived
from a textbox (or any other shape for that matter).

Secondly is it possible to set up a workbook level
followhyperlink event for all textboxes on workbook. I
tried using a technique that works for controls on a
userform but I'm doing something wrong or (as the error
message suggests) shapes don't expose the appropriate
functionality. It doesn't necessarly need to be the
followhyperlink event, the click event would be good
enough.