Here is what I wound up with that works,i.e., it gives me the desired output of: 1234,123456,,, written to a text file.<br><br>Private Sub cmdConvert_Click()<br>Dim Inputfile As String<br>Dim OutPutfile As String<br>Dim F1 As Integer<br>Dim F2 As Integer<br>Dim i As Variant<br>Dim j As...