Dears,
I'm actually working with the following code to read a .txt file.
Sub DepAptSID()
'Esta função coleta as saídas disponíveis nos aeroportos
Dim fn As String, txt As String, delim As String, DepSID() As String, SID As String
Dim i As Long, ii As Long, iii As Long, n As Long, X...