I don’t understand. your setup
Where are the text boxes for the dates? DO you wante to add them to the 4 tabs?
If the tabs have all the same forms why have 4 distinct tabs? Why not just 1 form with the 2 comboboxes and the 2 textboxes and then have a third combobox to select the sheet to extract the “resp” and “gest”?
I understand filtering between the 2 dates from the text boxes, but I do not understand what value of “sett” you want to get from the “lookup sheets”. Is the row containing the “resp” selected or the row containing the “gest”? If it can be either one and the user selects, one not 1 combo box with an option button to select which one to choose and fill the combobox accordingly.
So it seems to be (if I understand what you are after)
ComboBox for Sheet to lookup from
Textboxes for start and end date
Option button for “resp” or Gest”
Combobox to fill with Resp” or “Gest” (from above)
Command button to “filterlist” in GAF sheet
Also If you want to filter on a range of dates, you will have to not put them in as “Text”. They will need to be real dates. or you will have to have them as text in your worksheet like “yyyy/mm/dd” or yyyymmdd” (and enter the start/end dates in the same way) to be able to filter on the text values in a meaningful way.
Steve