johncnoland
Programmer
I just saw a thread from last Oct that mentioned you can read and write to .xls files using ADO.
I am currently importing tab delimited files into Excel (03 & 07). The problem I have is Excel truncates text column data at 255 characters. When working in Excel you can add more than 255 characters to a cell. Its only during the import.
Does anyone know if ADO would have this same restriction if I wrote a program to import my tab delimited file and then output an .xls file?
Thanks. Please feel free to suggest a different approach.
John
I am currently importing tab delimited files into Excel (03 & 07). The problem I have is Excel truncates text column data at 255 characters. When working in Excel you can add more than 255 characters to a cell. Its only during the import.
Does anyone know if ADO would have this same restriction if I wrote a program to import my tab delimited file and then output an .xls file?
Thanks. Please feel free to suggest a different approach.
John