I need to finish a program, i found it in a book but the for statement is now finised. I don't know to finish it, anybody can help me, please?
Private Sub Form_Load()
For i = 1 To Screen.FontCount - 1
Combo1.AddItem Screen.Fonts(i)
Next
For i = 5 To 300
Combo1.ListIndex = 0
Combo2.ListIndex = 5
End Sub