Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Cell size limit?

Is there a limit to the amount of text that can be displayed in a cell?

I've got some code that autosizes the row and I've ticked the Wrap text
option.

Once the text goes over a certain length, all I see is # characters in the
cell.

The number format of the cell is text.

Thanks,

Rob
  #2   Report Post  
Posted to microsoft.public.excel.programming
KL KL is offline
external usenet poster
 
Posts: 201
Default Cell size limit?

Hi Rob,

Below is an excerpt from the Excel Help:

Column width 255 characters
Row height 409 points
Length of cell contents (text) 32,767 characters. Only 1,024 display in a
cell; all 32,767 display in the formula bar.

Regards,
KL

"Rob Docherty" wrote in message
...
Is there a limit to the amount of text that can be displayed in a cell?

I've got some code that autosizes the row and I've ticked the Wrap text
option.

Once the text goes over a certain length, all I see is # characters in the
cell.

The number format of the cell is text.

Thanks,

Rob



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 577
Default Cell size limit?

The maximum number of characters Excel will display is 1,024. Any characters
beyond that limit will still be visible in the formula bar but can't be
displayed in the cell itself.
--
Scott


"Rob Docherty" wrote:

Is there a limit to the amount of text that can be displayed in a cell?

I've got some code that autosizes the row and I've ticked the Wrap text
option.

Once the text goes over a certain length, all I see is # characters in the
cell.

The number format of the cell is text.

Thanks,

Rob

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 103
Default Cell size limit?

The Excel Help file does state that the visible cell limit is 1024 - but
from my experience (and I have spent quite a large amount of time trying to
work this out) the actual limit is greater than this.

From my investigations it appears to range from 1100 to on occaisions 1700

It appears to be a factor of the column width, lines of text in the cell and
hard carriage returns. I certainly have never seen it not display the
1025th character.

I would be very happy for someone to prove me wrong


"Scott" wrote in message
...
The maximum number of characters Excel will display is 1,024. Any

characters
beyond that limit will still be visible in the formula bar but can't be
displayed in the cell itself.
--
Scott


"Rob Docherty" wrote:

Is there a limit to the amount of text that can be displayed in a cell?

I've got some code that autosizes the row and I've ticked the Wrap text
option.

Once the text goes over a certain length, all I see is # characters in

the
cell.

The number format of the cell is text.

Thanks,

Rob



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Cell size limit?

obviously, the string doesn't just end at the 1024th character. The
characters required to reach the right border are displayed as well.
I believe the KB article on this actually says approximately 1024
characters.

http://support.microsoft.com/default...b;en-us;211580
Only 1,024 characters are displayed in a cell in Excel

Not mentioned in the article, but this limitation can be overcome by putting
in hard character returns and reducing the font size in which case, you
could possibly get the entire 32K characters displayed in the largest size
cell.

--
Regards,
Tom Ogilvy

"Andibevan" wrote in message
...
The Excel Help file does state that the visible cell limit is 1024 - but
from my experience (and I have spent quite a large amount of time trying

to
work this out) the actual limit is greater than this.

From my investigations it appears to range from 1100 to on occaisions 1700

It appears to be a factor of the column width, lines of text in the cell

and
hard carriage returns. I certainly have never seen it not display the
1025th character.

I would be very happy for someone to prove me wrong


"Scott" wrote in message
...
The maximum number of characters Excel will display is 1,024. Any

characters
beyond that limit will still be visible in the formula bar but can't be
displayed in the cell itself.
--
Scott


"Rob Docherty" wrote:

Is there a limit to the amount of text that can be displayed in a

cell?

I've got some code that autosizes the row and I've ticked the Wrap

text
option.

Once the text goes over a certain length, all I see is # characters in

the
cell.

The number format of the cell is text.

Thanks,

Rob





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
Limit the size of a cell Joƫl Excel Discussion (Misc queries) 2 September 22nd 09 01:36 PM
Display Size Limit In Single Cell Frank Carpenter Excel Discussion (Misc queries) 2 May 22nd 08 06:09 PM
Cell size? Or size limit for Text data type? CClem Excel Discussion (Misc queries) 0 April 21st 06 04:09 PM
Formula to limit the size of a number result in a cell? Pheasant Plucker® Excel Discussion (Misc queries) 3 February 2nd 06 11:14 AM
Is there a limit to the size of a cell containing text in Excel 20 Karen Setting up and Configuration of Excel 2 June 7th 05 01:47 PM


All times are GMT +1. The time now is 06:54 AM.

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

About Us

"It's about Microsoft Excel"