View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
doco[_2_] doco[_2_] is offline
external usenet poster
 
Posts: 11
Default add-in procedures called from active workbook events

I have a procedure I wish to place into an add-in - simple enough done.
However, when this add-in is instaced I want this procedure to be called
from *any active* workbooks' Workbook_SheetSelectionChange(ByVal Sh As
Object, ByVal Target As Range) event. How is this done?

TIA
doco