Pro tip: Populate an Excel UserForm combo box without VBA Your email has been sent Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.
For example, to display rows of data in a list box from a query named CustomerList, set the list box's RowSourceType property to Table/Query and its RowSource property to the query named CustomerList.
Use the LimitToList property to limit a combo box's values to the listed items. Read/write Boolean. Access sets the LimitToList property automatically when you select Lookup Wizard as the data type ...
Populate a userform combo box in Excel with a dynamic list Your email has been sent Populating a combo box isn't hard, but getting the combo box to communicate with a constantly changing list is a ...