View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] newsgroups@steev.me.uk is offline
external usenet poster
 
Posts: 1
Default Importing CSV into Excel sometimes truncates text at 256 characters

Hi,

I've written a small VB application to convert a CSV file into an Excel
file but some fields in the resulting Excel file seem to be truncated
at 256 characters while others aren't.

This also happens if I import the file into Excel manually.

Does anyone know how I can work around this?

Thanks in advance, let me know if you need any more information..

Steven Davies