dizzydunham
New Member
- Joined
- Mar 22, 2014
- Messages
- 30
Using " For I = 1 to Nb " and created Comboboxes on userform (Nb being the number inputted by the user to create the Comboboxes to input peoples names in e.g. 4 people need to have there names inputted into a sheet.)
I have happily got the code to input the values into columns.
What I am trying to achieve - The names are also added to a word document template as well, and the names need to be inputted in 1 string
eg, Rob Smith, Steve Smith, Joe Bloggs, etc, etc, etc.
So how do I write the code to read ; X = Combobox I & Combobox next I & Combobox the next I
Any help gratefully received
Thanks
I have happily got the code to input the values into columns.
What I am trying to achieve - The names are also added to a word document template as well, and the names need to be inputted in 1 string
eg, Rob Smith, Steve Smith, Joe Bloggs, etc, etc, etc.
So how do I write the code to read ; X = Combobox I & Combobox next I & Combobox the next I
Any help gratefully received
Thanks