I have an excel file with ~ 50000 records and need to break it up into text files of only 98 records. I will also need to insert a header and trailer into each file making the record count 100 for each file.
Is there a way in VB to count and insert the header/trailer every 98 records in excel? Would this be done easier by exporting to txt then processing through a VB program?
Thanks in advance,
JW
Is there a way in VB to count and insert the header/trailer every 98 records in excel? Would this be done easier by exporting to txt then processing through a VB program?
Thanks in advance,
JW