Jonathan123
Programmer
I have a text file that contains a load of info. It really is tab delimited. Excel converts it into mult. columns as it assumes that since it is tab delimited that they are mult. fields. I, however, want it all in the 'A' column . WorkBooks.open(fileName.txt) is what I am using to open it.
A long work around is that I can open it as a text file read each line and then add the line to the A column as the value.
Perhaps someone knows how I can tell excel not to brake it up so I can open it directly in excel?
Thanks
A long work around is that I can open it as a text file read each line and then add the line to the A column as the value.
Perhaps someone knows how I can tell excel not to brake it up so I can open it directly in excel?
Thanks