Hello,
I sent a macro to another computer only to realize that it did not work because of a Sort issue in the code.
With ActiveWorkbook.Worksheets("APP").Sort .SortFields.Clear .SortFields.Add2 Key:=Range("B2:B" & LastA), Order:=xlAscending .SortFields.Add2 Key:=Range("A2:A" &...