Hi,
I have a number of items in my ComboBox20 but wish the box to populate with a default of "C03000" which is amongst the options.
How can this be done?
Any help gratefully received![]()
Private Sub UserForm_Initialize() Me.ComboBox20.List = Array("C03000", "BRCKT046", "BRCKT148", "C03015", "BRCKT020") End Sub
Bookmarks