i just need to correct this code, which is more than enough for me to eliminate error files, well at the moment :)
If Left(TextLine, 3) = Trim("A02") Then 'First A02(PAX) line
pax = Trim(Mid(TextLine, 4, 30))
TKT = ALC & Trim(Mid(TextLine, 49, 10))
Passenger = TKT & " " & pax...