Hi,Please Help me in following problem: this code work in VB but doesn't work in VBA:
also I add in beginning a combobox with index 0 to form1
For i = 1 To 5
Load Combo1(i)
Combo1(i).Visible = True
Combo1(i).Left = Combo1(i - 1).Left + Combo1(0).Width
Next i
I will have this code in VBA. thank you