Hi All
Just stupid problem or I have eclipse mind.
I’ve an form 1 Combo and 1 CommandButton, I practise writing loop For...Next
What am I doing wrong? I Want clear all items in ComboBox. I make such code.
VB Code:
Private Sub Command1_Click() For i = 0 To Combo1.List(i) Combo1.RemoveItem.List Next End Sub
And don't work, why?
thanks for every help




Reply With Quote