G
grahammal
I have generated a ComboBox1 in a UserForm1.
I have a list of data in Sheets("DoNotUse").Range("L3", "L57").
How do I get that list into my ComboBox.
If it helps, this list is called 'grade' using 'Insert', 'Name'
'Define'.
Is a ComboBox the best thing to use or should I be using a ListBox
I have a list of data in Sheets("DoNotUse").Range("L3", "L57").
How do I get that list into my ComboBox.
If it helps, this list is called 'grade' using 'Insert', 'Name'
'Define'.
Is a ComboBox the best thing to use or should I be using a ListBox