I know that it’s very simple, but I just can’t find how to do it.
All I wanna do is create a combobox with index!
I’m doing this:
combobox.AddItem "test", 1
but i’m getting errors!
If I don’t put the index, it works!
How can I do it?
Sorry for the stupid question!
here is a little bit of code which may help get some understanding of combobox: