Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Why does some text wrap and fit and other doesn't

Hi all,

I am working with a 3rd party Excel file generator that is a very well
established product for Web development. However, I myself know little about
formatting Excel.

Here is the problem. One of my Cells which is formatted as Text, Wrap and
Merge (across 5 cells), seems to work fine on some text and on others just
displays hash marks across the cell. Usually this means the contents are to
large for the cell.

However, the cells (and they are all formatted the same) that display
correctly have 6 to 7 rows of wrapped text. When I hover my cursor over the
cells with the hash marks it looks like there is actuall LESS text displayed
than in the cells that look correct.

I see there is a checkbox for "Shrink to Fit". I see no "Expand to Fit" as I
think this might be a default when Wrap is selected.

Can anyone explain what might be happening?

Thanks...
--
"Building a better mouse trap doesn''''t necessarily make it better for the
mouse."
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Why does some text wrap and fit and other doesn't

Excel has a problem with text when the number of characters in a cell is between
255 and 1024.

Format to General to get rid of the ###### marks.

Also, wrap text works on merged cells but Autofit does not.


Gord Dibben MS Excel MVP

On Thu, 3 Apr 2008 14:37:00 -0700, John Kotuby
wrote:

Hi all,

I am working with a 3rd party Excel file generator that is a very well
established product for Web development. However, I myself know little about
formatting Excel.

Here is the problem. One of my Cells which is formatted as Text, Wrap and
Merge (across 5 cells), seems to work fine on some text and on others just
displays hash marks across the cell. Usually this means the contents are to
large for the cell.

However, the cells (and they are all formatted the same) that display
correctly have 6 to 7 rows of wrapped text. When I hover my cursor over the
cells with the hash marks it looks like there is actuall LESS text displayed
than in the cells that look correct.

I see there is a checkbox for "Shrink to Fit". I see no "Expand to Fit" as I
think this might be a default when Wrap is selected.

Can anyone explain what might be happening?

Thanks...


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Why does some text wrap and fit and other doesn't

Gord,
Thank you so much for the reply. I would never have guessed that there was a
problem area between 255 and 1024 for Text, but I presume that is common
knowledge to experienced Excel users. That now explains what I though were
very ODD happenings. I can't imagine why Microsoft would let such a bug
("feature"?) persist in a flagship type product. I chose the Text type
because I didn't like the way Excel would automatically "type" a column
depending on the first data it saw input.

That is one of the reasons, as a programmer, that I don't really like
working with Excel. It is not predictable in its behavior as would be Access
or SQL Server or almost any programming language.

When is a duck not a duck? When it's Excel!

Thanks again...

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Excel has a problem with text when the number of characters in a cell is
between
255 and 1024.

Format to General to get rid of the ###### marks.

Also, wrap text works on merged cells but Autofit does not.


Gord Dibben MS Excel MVP

On Thu, 3 Apr 2008 14:37:00 -0700, John Kotuby
wrote:

Hi all,

I am working with a 3rd party Excel file generator that is a very well
established product for Web development. However, I myself know little
about
formatting Excel.

Here is the problem. One of my Cells which is formatted as Text, Wrap and
Merge (across 5 cells), seems to work fine on some text and on others just
displays hash marks across the cell. Usually this means the contents are
to
large for the cell.

However, the cells (and they are all formatted the same) that display
correctly have 6 to 7 rows of wrapped text. When I hover my cursor over
the
cells with the hash marks it looks like there is actuall LESS text
displayed
than in the cells that look correct.

I see there is a checkbox for "Shrink to Fit". I see no "Expand to Fit" as
I
think this might be a default when Wrap is selected.

Can anyone explain what might be happening?

Thanks...




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Why does some text wrap and fit and other doesn't

John

Yes, confusing and none too consistent.

I use the Text format if I want to enter text like hockey scores 3-2 and 5-1
so Excel doesn't turn them into dates.

Everything else I pretty well use General format..

You won't find the 255-1024 char phenomenon in Help

I remember Dave Peterson posting the fix many years ago.


Gord

On Fri, 4 Apr 2008 14:56:02 -0400, "John Kotuby" wrote:

Gord,
Thank you so much for the reply. I would never have guessed that there was a
problem area between 255 and 1024 for Text, but I presume that is common
knowledge to experienced Excel users. That now explains what I though were
very ODD happenings. I can't imagine why Microsoft would let such a bug
("feature"?) persist in a flagship type product. I chose the Text type
because I didn't like the way Excel would automatically "type" a column
depending on the first data it saw input.

That is one of the reasons, as a programmer, that I don't really like
working with Excel. It is not predictable in its behavior as would be Access
or SQL Server or almost any programming language.

When is a duck not a duck? When it's Excel!

Thanks again...

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Excel has a problem with text when the number of characters in a cell is
between
255 and 1024.

Format to General to get rid of the ###### marks.

Also, wrap text works on merged cells but Autofit does not.


Gord Dibben MS Excel MVP

On Thu, 3 Apr 2008 14:37:00 -0700, John Kotuby
wrote:

Hi all,

I am working with a 3rd party Excel file generator that is a very well
established product for Web development. However, I myself know little
about
formatting Excel.

Here is the problem. One of my Cells which is formatted as Text, Wrap and
Merge (across 5 cells), seems to work fine on some text and on others just
displays hash marks across the cell. Usually this means the contents are
to
large for the cell.

However, the cells (and they are all formatted the same) that display
correctly have 6 to 7 rows of wrapped text. When I hover my cursor over
the
cells with the hash marks it looks like there is actuall LESS text
displayed
than in the cells that look correct.

I see there is a checkbox for "Shrink to Fit". I see no "Expand to Fit" as
I
think this might be a default when Wrap is selected.

Can anyone explain what might be happening?

Thanks...




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
How do I get date/time to wrap (format - wrap text doesn't work)? Alex Excel Discussion (Misc queries) 3 April 4th 23 02:29 PM
Wrap text doesn't wrap [email protected] Excel Worksheet Functions 1 March 28th 07 01:58 AM
Why won't text in cell wrap. Cell format set to wrap. DRB Excel Discussion (Misc queries) 2 September 28th 06 08:27 PM
Text not continuing to wrap for large block of text in Excel cell Mandra Charts and Charting in Excel 1 May 15th 06 07:13 PM
text (3750 char.)truncates with text wrap and row heigh adjusted? Boydster Excel Discussion (Misc queries) 1 May 19th 05 05:59 PM


All times are GMT +1. The time now is 12:09 PM.

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"