I am writing a table of 8 columns from Excel 360 to Text file and reading the same columns back to same range in excel. the data in excel left justify to get the data columns in the TextFile to line up. when i read the data back, the data looks way off(possibly like each column separated by the TAB) and the commas show up in excel. when writing to the text file i use the commas to know the end of each field.
is it possible to write to a text file for example sheet range ("A2:D14") as table or columns where the top row is the headers, and the data read back into excel using other sub will look lined up as we started with before writing to the text file.?
is it possible to write to a text file for example sheet range ("A2:D14") as table or columns where the top row is the headers, and the data read back into excel using other sub will look lined up as we started with before writing to the text file.?