Link to home
Start Free TrialLog in
Avatar of bpyeo
bpyeo

asked on

C# and VSTO

Hi Experts, currently I am developing an application using C# and Visual Studio Tools for MS Office (VSTO). I have created three controls in the Excel sheet namely TextBox1, ComboBox1 and Button1. How could I associate these controls in the C# so that I could populate the TextBox1 or ComboBox1 (eg ComboBox1.Items.Add("Data"))?

I also want to be able to create these three controls using C# in the Excel sheet. How could I do it?

Please advice.

TIA.
ASKER CERTIFIED SOLUTION
Avatar of somnatic
somnatic

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial