Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3026

[RESOLVED] Create a txt file based on an Excel template

$
0
0
Good morning

I need to modify the attached code to read the text file '216_To_Verify.txt' as input and produce the text file '216_Verified.txt' as output based on the template '216_Grp.xlsm'.


template available at <removed by moderator>

The input file contains 84 records so the output file must contain 84 records.

Each row of 6 integers of the input file if placed in A2 ÷ F2 causes 9 values to be returned in Z48 ÷ AI48

these 9 values separated by a space should be written to the output file

only this is necessary all the other checks present in the attached code can be deleted.

Is there someone who can help me ?

Thank you
Attached Files

Viewing all articles
Browse latest Browse all 3026

Trending Articles