J jrmontgom New member Local time Today, 01:12 Joined Mar 27, 2012 Messages 3 May 10, 2013 #1 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
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
John Big Booty AWF VIP Local time Today, 18:12 Joined Aug 29, 2005 Messages 8,262 May 10, 2013 #2 Sorry I'm a little confused about exactly what you are trying to do Could you step us through what it is you are trying to achieve.
Sorry I'm a little confused about exactly what you are trying to do Could you step us through what it is you are trying to achieve.
J jrmontgom New member Local time Today, 01:12 Joined Mar 27, 2012 Messages 3 May 10, 2013 #3 Sorry I found the AddItem property and I was successful in "filling" a combobox with strings created in code module. [Solved]
Sorry I found the AddItem property and I was successful in "filling" a combobox with strings created in code module. [Solved]