Hi All.
I want to fill Combobox with For Next, and here's an example of my code
somehow, the output is not what I want it to be. should be 1,2,3,4,5 instead of 5
Can someone help me
Thank you in advance
sorry if thread like this, ever discussed in this forum
I want to fill Combobox with For Next, and here's an example of my code
Code:
for i = 1 to 5
ComboBox1.additem i
next i
somehow, the output is not what I want it to be. should be 1,2,3,4,5 instead of 5
Can someone help me
Thank you in advance
sorry if thread like this, ever discussed in this forum