asked on
ElseIf nColScan = 10 Then
'151208 s4p remove hypens
If Len(sValue) < 5 Then
sValue = Trim(Replace(sValue, "-", "")) 'remove hypens, trim leading and trailing spaces
End If
If Len(sValue) <= 7 Then
nRowNext = nRowScan + nRowDataSkip