I fill a combobox with a Sub
But i have more comboboxes in different Forms with other names
How do i fill certain comboboxes with this Sub Laden
Code:
Public Sub Laden()
Form7.Clubs.Items.Add("value1")
Form7.Clubs.Items.Add("value2")
Form7.Clubs.Items.Add("value3")
End Sub
How do i fill certain comboboxes with this Sub Laden