Hi,
I just had a quick question. I am trying to take vba code for excel and use it to parse text files. I have a multiselect dialog box that i used to select the certian text files. All i wanted was to take each file selected and copy every line in it, put the copy into another file called "compress.txt". After than close the text file and open the next one that was selected in the multiselect dialog box and do the same. The only thing is that the second and on that are opened need to be added to the very end of the "compress.txt" file, not just write over the data that is in it. The goal here is to take several text files and make them into one huge text file to do stuff with. Anyone know how to do this? thanks guys
I just had a quick question. I am trying to take vba code for excel and use it to parse text files. I have a multiselect dialog box that i used to select the certian text files. All i wanted was to take each file selected and copy every line in it, put the copy into another file called "compress.txt". After than close the text file and open the next one that was selected in the multiselect dialog box and do the same. The only thing is that the second and on that are opened need to be added to the very end of the "compress.txt" file, not just write over the data that is in it. The goal here is to take several text files and make them into one huge text file to do stuff with. Anyone know how to do this? thanks guys