Header and Footer within a transaction file.

K

Ken

Good Day To all:

I'm trying to devise a way to concatenate 3 text files to form one flat file
within a macro.

The object of this exercise to include a header and footer record within a
file that has transactions.

Can anyone provide a suggestion in to how to achieve this?
 
K

Ken

I am using a macro which is exporting a file as a delimited Text file. Within
this file I must add/include a header and trailer record. Hence, I'm looking
at ways in acheiving this. One option is to use another macro which will
create two delimited text files which will have the required information and
to use the DOS command copy to concatenate those files to create a new file.
However, I am opened to alternative solutions.

Ken
 
Top