View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] akh2103@gmail.com is offline
external usenet poster
 
Posts: 28
Default How to deal with no Workbook_Open for add-ins...?

Hey all--I have an add-in that includes code for a toolbar. I need the
toolbar to load every time people open a workbook in Excel, but
workbook_open won't run in an add-in. Is there an equivalent feature
(like Application_Open) that will work in its place? If not, can
someone suggest a work around (my users need to have the toolbar
installed for them when they use the add-in). Thanks, Abe