View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Character limit on CSV files in excel?

Each cell can contain 32k characters. But not all of them will be visible in
the cell.

If you use =len(c1), you'll see how many characters are there.

ChrisB wrote:

I have my column D which isnt allowing me to have more than a certain
amount of characters...is there a way to alter this and allow a maximum
or unlimited amount ?


--

Dave Peterson