I need to select data records from "Database" worksheet based on couple of selections using a user form and copy the records that meet the criteria into another worksheet "FilteredDatabase".
The data that meets both criteria: Employee Name (combobox) & Activity(radio buttons); should be selected and copied instantly into the "FilteredDatabase" as I select the criteria (there's no command button).
It would be great as well if I get the "sorting" work and the total cost for the selected data calculated into the label control at the bottom. I attached a file

I appreciate any help.. Thanks a lot

DataFiltering.xlsm