Ok, so ultimately this is what I need done...
Acronym for referencing
Userform1 = UF1
Userform2 = UF2
UF1 will show after clicking a commandbutton on excel master sheet1. <-- I got this coded correctly
In UF1, will have three comboboxes pulling data from "Drop Down Data" sheet. <-- I got this coded correctly
When I select any of the comboboxes data, it will bring up UF2. <--I got this
In UF2 it will have a combobox that I must select another value. <-- similar to above, I got that.
Within UF2, I have a commandbutton that "submits" this data, and closes this UF2 and shows UF1, again. BUT I need the value of combobox in UF2 to show in textbox in UF1.
Back in UF1, I will have 1 out of 3 comboboxes with the value I have selected, alongside this will have a textbox that copies the information from the combobox I selected in UF2.
In UF1, I need a commandbutton that will take the value of the combobox and textbox and place that information on Excel Sheet 2, starting with A1 as Combobox data and B1 as Textbox data.
Then on sheet 2 I will need a button that will filter, alphanumerically, column A:A.