Looking for a macro that can filter through a column of numbers and find every number which meets a criteria and then copy that row to another sheet within the same workbook.

For example, I want the criteria for the filter to be all numbers less than 5. The column to be searched is "B" and if Rows 1,3, and 6 were the only rows with numbers less than 5 then cells A1:Z1, A3:Z3 and A6:Z6 would be copied to Rows 1,2, and 3 of the second sheet of the workbook named "Sheet2".

Thanks