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
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