Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add ComboBox Items

Status
Not open for further replies.

msstrang

Programmer
Sep 19, 2005
62
US
Hey everyone,
I'm transferring an old VBA code I wrote in the past to VB2005, but with one small problem that I hope someone can point me in the right direction on.

I have a combobox "ComboBox1" that adds all the items of a column in an excel spreadsheet as it's items.

There is also a button "CommandButton 3" that I use to add new Items to the column in my spreadsheet.

What would be the best method to do something like this in VB?

Thanks
Marcus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top