Hi,
I have a combobox (the drop down list control) in a pre-existing Excel template. I can reference this combobox in VBA with Sheet10.ComboBox1.
How can I reference this through Excel Interop in C#?
What I am trying to do is populate this combobox/dropdown with C# and have it positioned where I want with the template.
Thanks in advance.