How to add to Combo Box with VBA

jrmontgom

New member
Local time
Today, 01:12
Joined
Mar 27, 2012
Messages
3
I want to add a series of strings to a combobox on a Form using VBA. I can add one string but how do I add more. The one I see is the last one entered, how do I add more than one string to a comboBox
 
Sorry I'm a little confused about exactly what you are trying to do :confused:

Could you step us through what it is you are trying to achieve.
 
Sorry I found the AddItem property and I was successful in "filling" a combobox with strings created in code module. [Solved]
 

Users who are viewing this thread

Back
Top Bottom