News

In this article you will learn how to fill a cascading combo box using the indirect method.
Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.
Populating a combo box isn't hard, but getting the combo box to communicate with a constantly changing list is a little more difficult. Learn how to populate your combo box with a dynamic list.
For example, assume that cells list employees' names and you want the user to choose a name from a pop-up combo box. VBA can run an event to open this box when the user selects the cell.