News

This example adds an item to the beginning of the list in a combo box control. For the function to work, you must pass it a ComboBox object representing a combo box control on a form and a String ...
Susan Harkins shows you two easy ways to populate an Excel UserForm, and neither requires a single bit of VBA code.
For example, a new record must include values for any fields comprising the primary key. If you need to add items to a bound combo box dynamically, you must prompt the user to enter data for all ...
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.
Today’s author, Chad Rothschiller, a Program Manager on the Excel team, is back with a follow up from his previous post on VBA and Excel performance. I want to start off this post by thanking everyone ...