C# Interop/Excel -
08-24-2007
, 12:47 PM
I am writing an application in C# that uses Excel Interop
(Microsoft.Office.Interop.Excel) and opens an existing Excel file.
The excel sheet has a VBA ComboBox on it that I need to change. I
haven't found any way to get a reference to the combo box. Any ideas
or suggestions are appreciated. |