Making ThisWorkbook talk with ThisAddIn

Posted by code4life on Stack Overflow See other posts from Stack Overflow or by code4life
Published on 2010-03-31T14:01:21Z Indexed on 2010/03/31 14:03 UTC
Read the original article Hit count: 176

Filed under:
|
|

I have a solution containing an Excel AddIn project and an Excel Template project. Is there any design pattern (or hack) that can allow the ThisAddIn instance to access properties and methods of the ThisWorkbook instance, and vice versa?

© Stack Overflow or respective owner

Related posts about excel

Related posts about vsto