Logo 
Search:

MS Office Forum

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds

Populate a combo box in a userform

  Asked By: Nicholas    Date: Oct 08    Category: MS Office    Views: 758
  

I am using the add item way to populate a combobox in a userform

Private Sub Userform_Initialize()
With Me.ComboBox1
.AddItem "A"
.AddItem "B"
.AddItem "C"
.AddItem ""

End With
End Sub

How does one add an Item when the user types in a name that is not in
the list

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Populate a combo box in a userform Or get search suggestion and latest updates.




Tagged: