hello,
I need to copy row to new sheet based on column M with long number and I like to copy it only if 14-17 digit are 2005, 2025, 2026 and couple more.
my code is:
Dim cell2 As Range
Dim lastRow2 As Long, j As Long
lastRow2 = Range("N" & Rows.Count).End(xlUp).Row
j = 2
For Each cell2...