I'm getting an error "type mismatch" on the ws1 name, not sure why, It worked last month, can someone help me understand.
Sub FinanceOwnedFilter2()
Dim lRow As Long
Dim ws1 As Worksheet, ws2 As Worksheet
Dim i As Long, lastrow As Long
If AutoFilterMode = True And FilterMode = True Then...