Making ThisWorkbook talk with ThisAddIn
- by code4life
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?