Hi Guys, Me Again.
First of All, thanks in advance for any help.

Im doing a userform with 6 comboboxes.
These box are populated in a auxiliar spreadsheet.
When user Select a option in Combobox1, i use Change event to call a method passing a query (string) as parameter. That method applies the filter in database, and call other method to recalculate all values in spreadsheet.

At this point, everything's is fine. When user select first filter in combo 1, i apply. When select filter in combo2, apply using the previous filtered data (used in combo1)... and go...

My problem is, all combo boxes have an option to disable the specific filter (Disable the filter for specific combobox), so im thinking how ill do that... i have no ideia, anyone knows the best way? Im thinking about store all filters and pass all filters in every method call, following this idea i dont know if it solve my problem. Any suggestions? Ideas?

Again, thanks in advance.
Sorry about my English (i dont speak english)