News

Populating a userform combo box with a static list takes a little knowledge and some VBA code. Getting the combo box to update when the list updates requires a bit more work.
Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.
I have a combobox that I want to populate with a list of vendors stored in another Access Database. This database contains roughly 1,300 different vendor records. All I'm interested is the names.I ...