VSTO Form Issue
I am using VSTO to display a form in my Excel application. When a user
clicks a button I have a modal form open where they can do some stuff. I
want to update the Excel Workbook and Worksheet from the code in the form.
In C#, how do I get a reference to the Excel objects that called the form?
|