Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KW KW is offline
external usenet poster
 
Posts: 10
Default Can't see all of the paragraph text in the cell.

I am having to keep up with meeting minutes. When I type in a long paragraph
in one cell, it will show about 90% of what is typed and not show the rest.
I have tried to change the size of the row and column and I still can not see
the last 10% of what I have typed in the cell.

Help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Can't see all of the paragraph text in the cell.

First, I would think that MSWord would be a better tool for logging meeting
minutes.

But if you add an alt-enter (to force a new line within the cell) every 80-100
characters, you may find that you see lots more stuff.



KW wrote:

I am having to keep up with meeting minutes. When I type in a long paragraph
in one cell, it will show about 90% of what is typed and not show the rest.
I have tried to change the size of the row and column and I still can not see
the last 10% of what I have typed in the cell.

Help


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
KW KW is offline
external usenet poster
 
Posts: 10
Default Can't see all of the paragraph text in the cell.

I would have liked to have used MSWord, but the meeting minutes have points
of discussion that turn into tasks that have to be updated for the next
meeting. I keep track of these tasks in the next column to keep an update on
the task discussed at previous meeting.

The Alt-Enter helps some, but I wish that there was a way to make it show
otherwise.

Thank you for your help. Another answer was to place this formula in the A1
Cell.
="xxx"&REPT(REPT("asdf",25)&CHAR(10),58)&"yyy"

This did nothing but place asdf all over the top of the excel sheet. Try
it. I may have typed it in wrong or it may be typed on the reply to my
question wrong.

Thanks for your help.

"Dave Peterson" wrote:

First, I would think that MSWord would be a better tool for logging meeting
minutes.

But if you add an alt-enter (to force a new line within the cell) every 80-100
characters, you may find that you see lots more stuff.



KW wrote:

I am having to keep up with meeting minutes. When I type in a long paragraph
in one cell, it will show about 90% of what is typed and not show the rest.
I have tried to change the size of the row and column and I still can not see
the last 10% of what I have typed in the cell.

Help


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Can't see all of the paragraph text in the cell.

KW

Excel Help on "limits" or "specifications" reveals that Excel will allow
32,767 characters to be entered in a cell.

However, it goes on to state that "only 1024 characters will be visible or can
be printed"

To work around this limitation, stick a few ALT + ENTERs in at appropriate
spots, about every 100 characters..

The ALT + ENTER forces a line-feed and expands the 1024 limit.

How far is not really known. Just experiment.

.........From Dave Peterson..........

I put this formula in A1:
="xxx"& REPT(REPT("asdf ",25)&CHAR(10),58)&"yyy"

And adjusted the columnwidth, rowheight and font size and I got about 7300
characters to print ok.

.........End Dave P.................

Failing that, use a Text Box to store the text or MS Word which is a word
processing application, unlike Excel which is not.


Gord Dibben Excel MVP

On Mon, 23 Oct 2006 10:21:02 -0700, KW wrote:

I am having to keep up with meeting minutes. When I type in a long paragraph
in one cell, it will show about 90% of what is typed and not show the rest.
I have tried to change the size of the row and column and I still can not see
the last 10% of what I have typed in the cell.

Help


Gord Dibben MS Excel MVP
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
insert a paragraph break within text in a singel cell? Julie Excel Discussion (Misc queries) 4 April 5th 23 02:44 PM
Text entries behaving like numbers jkiser Excel Discussion (Misc queries) 12 August 30th 06 09:29 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
How do I set text to top of cell next to wrap text in Excel? Carpenter Gary New Users to Excel 1 October 25th 05 06:26 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 08:33 PM.

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"