S
Scott
I have a group of .csv files with identical fields. I want to combine them
into a single file. How to do that? Appending?
into a single file. How to do that? Appending?
Scott said:I have a group of .csv files with identical fields. I want to combine them
into a single file. How to do that? Appending?
Jonathan West said:Appending should be fine, but be careful to check whether there is a valid
CR/LF at the end of each file, and insert one if there isn't, otherwise the
append may be something of a mess.
--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Thanks.
Could you be more specific?