>Greetings, again. I hope I'm not getting too annoying by posting so often,
>but I can't solve this problem on my own. I am using MS Excel 2007. I have a
[quoted text clipped - 23 lines]
>most of the cells are OK. That is, there is no waste of space between the
>cells. Thanks.
Thanks, Ron, but I don't want to change the column width, so I guess I'm out
of luck. And even if I did change it, wouldn't that produce other cells that
would have "wasted space" at the bottom of the cells? Then I would have to
adjust the width again, and ... well, you get the picture.
> >Greetings, again. I hope I'm not getting too annoying by posting so often,
> >but I can't solve this problem on my own. I am using MS Excel 2007. I have a
[quoted text clipped - 29 lines]
>
> --ron
Ron Rosenfeld - 31 Mar 2008 00:51 GMT
>Thanks, Ron, but I don't want to change the column width, so I guess I'm out
>of luck. And even if I did change it, wouldn't that produce other cells that
>would have "wasted space" at the bottom of the cells? Then I would have to
>adjust the width again, and ... well, you get the picture.
If the column width must be fixed, you could adjust these aberrant row heights
manually.
Another option might be to use a fixed width font.
--ron
elietebonallack@gmail.com - 31 Mar 2008 14:35 GMT
Hi Rebecca,
There is a function called TRIM. It removes all spaces from a text
except single spaces between words.
If your texts start at A1, use a blank column, eg Column B and insert
=TRIM(A1)
Copy down to the end of your text cells.
You could then select all the trimmed cells in column B, copy, select
A1, Paste Special, Values, then delete the contents of column B.
Regards - Dave.
Ron Rosenfeld - 31 Mar 2008 16:14 GMT
>Hi Rebecca,
>There is a function called TRIM. It removes all spaces from a text
[quoted text clipped - 5 lines]
>A1, Paste Special, Values, then delete the contents of column B.
>Regards - Dave.
Dave,
The TRIM function removes extraneous <space> characters. I believe the OP is
concerned about an extra blank line at the bottom of a word-wrapped cell.
--ron
elietebonallack@gmail.com - 31 Mar 2008 16:50 GMT
Hi Ron / Rebecca
Perhaps the following then:
=CLEAN(TRIM(A1))
Dave.
Ron Rosenfeld - 31 Mar 2008 17:00 GMT
>Hi Ron / Rebecca
>Perhaps the following then:
>=CLEAN(TRIM(A1))
>Dave.
How would that work, exactly?
As I understand the issue, it is NOT that there are any extraneous characters
in the text; rather the problem is how Excel handles the word-wrap when the
column is just slightly too small to accommodate the spacing of the final
character.
--ron