Ok, here is question 3 of 3.
A HUGE thanks to bakerman2, AlphaFrog, Norie and Mehmetcik for all your help with questions 1 and 2!!
What I mean by the title, is how can I get my userform to populate the 4 fields on multiple times based on a users input. Basically the user is asked how many line items they need to add. If their input is 3, then the 4 fields populate 3 times, with each grouping below the next. If their input is 8, then there would be 8 groupings. There is 3 comboboxes across the top of the userform and a textbox below them (see attached) in the manner below..
UserForm1
ComboBox1 ComboBox2 BomboBox3
<----------------TextBox1----------------->
CommandButton1
If the user select/enters 3 in the input box(?) then the userform would populate as below
UserForm1
ComboBox1 ComboBox2 BomboBox3
<----------------TextBox1----------------->
ComboBox1 ComboBox2 BomboBox3
<----------------TextBox1----------------->
ComboBox1 ComboBox2 BomboBox3
<----------------TextBox1----------------->
CommandButton1
Then, after the user fills in all the fields and clicks the command button, the 1st grouping will go to the next available row on Sheet1, the 2nd groupings info will be put in the row below that etc.
I know this can be done, I've seen it in this forum before, but have been unable to find the thread that has the solution.
546087d1509857043-how-can-i-get-my-combobox-list-to-fill-with-a-range-without-using-rowsource-p.xlsm
Bookmarks