Comma De-Limited
This code will read a file line by line and create a comma delimited text file which can then be imported into Excel. Original Author: Howard Lee Inputs FileRead = File To be read as inputFileOutPut = file that will be created as output Code Private Sub Form_Load ()Dim instring As StringDim outstring As StringOn Error GoTo ClnupOpen “FileRead.txt”… Read More »