Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default HELP: text keeps on displaying ##############

1. What is the maximum characters an Excel cell can take?

I try to import a very large text string into an Excel cell. I notice that
it's truncated to a certain maximum length.

When I set the cell type to be TEXT it displays #########################
But when I set cell type to GENERAL then it displays ok.

Is this a normal common problem?

I just did a Len() on my text cell and it appears the maximum characters
allowed is 330. Is it possible to extend this?


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default HELP: text keeps on displaying ##############

#1. In xl97+, it's 32,767 characters per cell. Excel's help says you can see
1024 characters, but you can see more if you add alt-enters (to force new lines
within the cell) every 80-100 characters.

Change the format back to General--anything but Text and you'll see the text.
Excel has trouble showing long text (between 255 and 1024 characters) when the
cell is formatted as Text.



Dhruba Bandopadhyay wrote:

1. What is the maximum characters an Excel cell can take?

I try to import a very large text string into an Excel cell. I notice that
it's truncated to a certain maximum length.

When I set the cell type to be TEXT it displays #########################
But when I set cell type to GENERAL then it displays ok.

Is this a normal common problem?

I just did a Len() on my text cell and it appears the maximum characters
allowed is 330. Is it possible to extend this?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 336
Default HELP: text keeps on displaying ##############

I'm in Excel 2003 - the limit in a cell appears to be 32,767 characters and
I'm getting none of the Text v. General formatting problems you mention. I
have come across this kind of restriction when importing from Access as it
assumes the old Excel limit of 256 and (unnecessarily for Excel 2000 and
2003) truncates everything after that.

"Dhruba Bandopadhyay" wrote:

1. What is the maximum characters an Excel cell can take?

I try to import a very large text string into an Excel cell. I notice that
it's truncated to a certain maximum length.

When I set the cell type to be TEXT it displays #########################
But when I set cell type to GENERAL then it displays ok.

Is this a normal common problem?

I just did a Len() on my text cell and it appears the maximum characters
allowed is 330. Is it possible to extend this?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying text. RaY Excel Worksheet Functions 4 August 19th 08 10:48 AM
Text not displaying completely Valeria Excel Discussion (Misc queries) 5 January 12th 07 04:54 PM
HELP: text keeps on displaying ############## Dhruba Bandopadhyay Excel Worksheet Functions 2 March 27th 06 01:10 PM
trouble displaying as text RB Smissaert Excel Programming 2 June 18th 04 03:01 PM
text box displaying time? scrabtree23 Excel Programming 2 September 8th 03 08:29 PM


All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"