I have a solution containing an VSTO Excel AddIn project and an VSTO 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?
Also I should note that I'm using VS 2008, VSTO 2005SE, and the target Office version is 2003.