increase cell character limit

W

Weissme

Hi all,

Simple question that is driving me crazy. I'm making a table
containing text and numbers. One of the cells in this table has 1459
characters. For some reason, the last couple sentences won't fill the
bottom of the cell; instead, they're cut off. I can only see them if I
increase the column width, but I don't want to do that since it'll
complicate other things (readability, etc). So, how do I get all the
text/characters to display in this cell?

Thanks
 
B

Bob Umlas

You've reached the limit of DISPLAYing the data - the cell can HOLD the data
but not display it well. I recommend you put all the data inside a Textbox
which can display it.
Bob Umlas
Excel MVP
 
D

Dave Peterson

If you add alt-enters every 80-100 characters to force new lines within the
cell, you'll see more characters.
 
B

Bill Sharpe

Weissme said:
Hi all,

Simple question that is driving me crazy. I'm making a table
containing text and numbers. One of the cells in this table has 1459
characters. For some reason, the last couple sentences won't fill the
bottom of the cell; instead, they're cut off. I can only see them if I
increase the column width, but I don't want to do that since it'll
complicate other things (readability, etc). So, how do I get all the
text/characters to display in this cell?

Thanks
As Aaron would probably suggest, use Access and create a memo field to
hold all this text...<vbg>

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top