I'm using VBA to parse a text file report and reformat it into a comma-delimitted file that I can import into a table.
The issue is that when I append each record to a text file and then import it, about half of them do not import due to "Unparsable Record". If I write each record to its own...