combobox list in userform

S

Sue Mosher [MVP]

You put it in code. When the form initializes, use either the AddItem method
or the List property to set the rows.
 
Top