Question:
I’m having problems populating both types of list boxes with data. The help file say to use the AddItembut doesn’t give any examples.
Answer:
Assuming your combo box/list box is named “Box”, you would do something like this:
There are additional options with the combo box/list box’s AddItem method, but this is the simplest method.