View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Maximum number of characters in a cell

It can contain 32K characters.

You have to put in hard carriage returns if you want to display more than
approximately 1024.

--
Regards,
Tom Ogilvy

"Bill Murphy" wrote in message
...
Is there a way to format a cell so that it can contain more than 255
characters?

Bill