In theory I can just use the specialcells method to copy visual cells after filtering into a new sheet, but I am getting an error:
MasterList.Range("$A$1:$AK$" & RowCountTotal).SpecialCells(xlCellTypeVisible).Copy TemporaryWorksheet.Cells("A1")
How would I copy these visual cells in the masterlist into the temporary worksheet?