How to create a workboook specific Excel Add in

Posted by Ankit on Stack Overflow See other posts from Stack Overflow or by Ankit
Published on 2010-06-17T19:15:33Z Indexed on 2010/06/17 19:43 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

I would like to create a excel Add in which creates some additional toolbars and Menu buttons. But I want this addin to load only when a specific workbook is opened. I dont want to load the Addin if anyother workbook is open.

I would like to know what are the possible ways to solve this problem and what is the best approach to implement this Add in (XLA or VSTO or COM Addin)

© Stack Overflow or respective owner

Related posts about com

Related posts about excel-vba