I am getting close....
But i just discovered that there are "'s in my file what screws up my output.
This is what I have so far:
Open inputfile For Input As #1
look_for_sampleid:
While Not EOF(1)
Line Input #1, tmpstr
If Left$(tmpstr, 3) = "VOR" Then
tmpArray = Split(tmpstr, ",")...