PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Crashes Fix Excel 2003 to not truncate text in cells

Reply

Fix Excel 2003 to not truncate text in cells

 
Thread Tools Rate Thread
Old 21-04-2005, 05:40 PM   #1
=?Utf-8?B?QmlsbC1S?=
Guest
 
Posts: n/a
Default Fix Excel 2003 to not truncate text in cells


Excel 2003 SP1 randomly truncates text in cells on the screen display. Print
preview shows all the text in the cell. All cells in a sheet are set to
automatically wrap text and the rows are set to automatically scale to
display all text. Text is justified at the top of the cell. Most of the
time all text is displayed, but sometimes the final line is not displayed.
This line is a partial line, usually only one word. Manually adjusting the
row height will make the line appear, but then formating the Row to AutoFit
causes the partial line of text to disappear again. Resetting the cell
format for the entire sheet or for that cell only, sometimes causes the text
to be displayed. This is not a consistent fix.
  Reply With Quote
Old 21-04-2005, 07:51 PM   #2
Rob Bovey
Guest
 
Posts: n/a
Default Re: Fix Excel 2003 to not truncate text in cells

Hi Bill,

Print preview shows how the contents of your worksheet will be rendered
by your printer driver. It's not uncommon for print preview to show
significant visual differences when compared to how Excel renders things on
the screen. One of the most common situations where this shows up is in
cells with lots of wrapped text. Also, in all versions of Excel, the more
wrapped text you have in cells, the worse Excel's autofit feature seems to
work. I'm not aware of any fix for this.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"Bill-R" <Bill-R@discussions.microsoft.com> wrote in message
news:0C23CCCF-63FD-41E4-AD03-EBAEF456F51E@microsoft.com...
> Excel 2003 SP1 randomly truncates text in cells on the screen display.
> Print
> preview shows all the text in the cell. All cells in a sheet are set to
> automatically wrap text and the rows are set to automatically scale to
> display all text. Text is justified at the top of the cell. Most of the
> time all text is displayed, but sometimes the final line is not displayed.
> This line is a partial line, usually only one word. Manually adjusting
> the
> row height will make the line appear, but then formating the Row to
> AutoFit
> causes the partial line of text to disappear again. Resetting the cell
> format for the entire sheet or for that cell only, sometimes causes the
> text
> to be displayed. This is not a consistent fix.



  Reply With Quote
Old 22-04-2005, 03:08 AM   #3
=?Utf-8?B?QmlsbC1S?=
Guest
 
Posts: n/a
Default RE: Fix Excel 2003 to not truncate text in cells

I can replicate this bug. It only occurs when there is only one word left on
the last line in the display for that cell. If I leave a space and type one
letter then the line will be displayed in the cell. This should be easy for
a programmer to fix.

"Bill-R" wrote:

> Excel 2003 SP1 randomly truncates text in cells on the screen display. Print
> preview shows all the text in the cell. All cells in a sheet are set to
> automatically wrap text and the rows are set to automatically scale to
> display all text. Text is justified at the top of the cell. Most of the
> time all text is displayed, but sometimes the final line is not displayed.
> This line is a partial line, usually only one word. Manually adjusting the
> row height will make the line appear, but then formating the Row to AutoFit
> causes the partial line of text to disappear again. Resetting the cell
> format for the entire sheet or for that cell only, sometimes causes the text
> to be displayed. This is not a consistent fix.

  Reply With Quote
Old 22-04-2005, 05:49 AM   #4
Rob Bovey
Guest
 
Posts: n/a
Default Re: Fix Excel 2003 to not truncate text in cells

Hi Bill,

I've seen word wrap imprecision vary from two rows too few to two rows
too many, with the only common factor being a lot of word wrapped text in a
cell. I'm sure there are probably specific, reproducible cases, but this is
a general problem in all versions of Excel.

I don't know enough about the underlying mechanics of Excel to say how
easy it would be for Microsoft to fix it, but from a VBA perspective this
would be a very difficult problem to solve (except maybe for some very
tightly constrained cases). The big road block is that there isn't any
simple way to determine the number of lines in a word wrapped cell, so there
isn't any simple way to determine what the row height should be.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"Bill-R" <Bill-R@discussions.microsoft.com> wrote in message
news:C3616190-3F0A-41BC-A5AA-8FD964060B48@microsoft.com...
>I can replicate this bug. It only occurs when there is only one word left
>on
> the last line in the display for that cell. If I leave a space and type
> one
> letter then the line will be displayed in the cell. This should be easy
> for
> a programmer to fix.
>
> "Bill-R" wrote:
>
>> Excel 2003 SP1 randomly truncates text in cells on the screen display.
>> Print
>> preview shows all the text in the cell. All cells in a sheet are set to
>> automatically wrap text and the rows are set to automatically scale to
>> display all text. Text is justified at the top of the cell. Most of the
>> time all text is displayed, but sometimes the final line is not
>> displayed.
>> This line is a partial line, usually only one word. Manually adjusting
>> the
>> row height will make the line appear, but then formating the Row to
>> AutoFit
>> causes the partial line of text to disappear again. Resetting the cell
>> format for the entire sheet or for that cell only, sometimes causes the
>> text
>> to be displayed. This is not a consistent fix.



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off