Perhaps change If a(i, 1) <> "TOTAL" Then to If (a(i, 1) = "") + (IsNumeric(a(i, 1))) Then
If a(i, 1) <> "TOTAL" Then
If (a(i, 1) = "") + (IsNumeric(a(i, 1))) Then
Forum Rules