Thread: VSTO Form Issue
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joe L[_3_] Joe L[_3_] is offline
external usenet poster
 
Posts: 1
Default 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?