PC Review


Reply
Thread Tools Rate Thread

All I want is the text to fit in the cell

 
 
suestew
Guest
Posts: n/a
 
      15th Dec 2008
So I've used "wrap text" and I've used "Row - auto fit" and I still have text
that is not showing up in the cell. I have 2800 lines and I'm going to have
to go through individually and make sure they are all the right height.
There has to be a simpler way.

Please help. I'm desperate.

Thanks.
 
Reply With Quote
 
 
 
 
Michael
Guest
Posts: n/a
 
      15th Dec 2008
Cells.AutoFit
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"suestew" wrote:

> So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> that is not showing up in the cell. I have 2800 lines and I'm going to have
> to go through individually and make sure they are all the right height.
> There has to be a simpler way.
>
> Please help. I'm desperate.
>
> Thanks.

 
Reply With Quote
 
Michael
Guest
Posts: n/a
 
      15th Dec 2008
Sorry,
I meant: Cells.Rows.AutoFit

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Michael" wrote:

> Cells.AutoFit
> --
> If this posting was helpful, please click on the Yes button.
> Regards,
>
> Michael Arch.
>
>
>
>
> "suestew" wrote:
>
> > So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> > that is not showing up in the cell. I have 2800 lines and I'm going to have
> > to go through individually and make sure they are all the right height.
> > There has to be a simpler way.
> >
> > Please help. I'm desperate.
> >
> > Thanks.

 
Reply With Quote
 
suestew
Guest
Posts: n/a
 
      15th Dec 2008
Is this a macro?

"Michael" wrote:

> Cells.AutoFit
> --
> If this posting was helpful, please click on the Yes button.
> Regards,
>
> Michael Arch.
>
>
>
>
> "suestew" wrote:
>
> > So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> > that is not showing up in the cell. I have 2800 lines and I'm going to have
> > to go through individually and make sure they are all the right height.
> > There has to be a simpler way.
> >
> > Please help. I'm desperate.
> >
> > Thanks.

 
Reply With Quote
 
suestew
Guest
Posts: n/a
 
      15th Dec 2008
Sorry I'm so confused but are you sending me a macro or are you telling me
how to use the Excel functions?

If its the latter, I've already tried to use Row - auto fit and it's not
working.

thanks again for your help.

"Michael" wrote:

> Sorry,
> I meant: Cells.Rows.AutoFit
>
> --
> If this posting was helpful, please click on the Yes button.
> Regards,
>
> Michael Arch.
>
>
>
>
> "Michael" wrote:
>
> > Cells.AutoFit
> > --
> > If this posting was helpful, please click on the Yes button.
> > Regards,
> >
> > Michael Arch.
> >
> >
> >
> >
> > "suestew" wrote:
> >
> > > So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> > > that is not showing up in the cell. I have 2800 lines and I'm going to have
> > > to go through individually and make sure they are all the right height.
> > > There has to be a simpler way.
> > >
> > > Please help. I'm desperate.
> > >
> > > Thanks.

 
Reply With Quote
 
Otto Moehrbach
Guest
Posts: n/a
 
      15th Dec 2008
That is one line of a macro.
If you want to do this manually, select your entire range or select the
entire sheet. Then you can wrap it all, and/or autofit all the columns and
rows. HTH Otto
"suestew" <(E-Mail Removed)> wrote in message
news:64075961-AE0E-4DA1-A220-(E-Mail Removed)...
> Is this a macro?
>
> "Michael" wrote:
>
>> Cells.AutoFit
>> --
>> If this posting was helpful, please click on the Yes button.
>> Regards,
>>
>> Michael Arch.
>>
>>
>>
>>
>> "suestew" wrote:
>>
>> > So I've used "wrap text" and I've used "Row - auto fit" and I still
>> > have text
>> > that is not showing up in the cell. I have 2800 lines and I'm going to
>> > have
>> > to go through individually and make sure they are all the right height.
>> > There has to be a simpler way.
>> >
>> > Please help. I'm desperate.
>> >
>> > Thanks.



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      15th Dec 2008
How much text is not showing up?

If you have more than 1024 characters in a cell Excel will display only the
first 1024.

Add an Alt + Enter every 80-100 chars.

Another thing..............if cells are merged, autofit will not work.

You would need event code to autofit any row with merged cells.


Gord Dibben MS Excel MVP

On Mon, 15 Dec 2008 09:55:01 -0800, suestew
<(E-Mail Removed)> wrote:

>So I've used "wrap text" and I've used "Row - auto fit" and I still have text
>that is not showing up in the cell. I have 2800 lines and I'm going to have
>to go through individually and make sure they are all the right height.
>There has to be a simpler way.
>
>Please help. I'm desperate.
>
>Thanks.


 
Reply With Quote
 
suestew
Guest
Posts: n/a
 
      15th Dec 2008
Thanks - your response was very helpful. I do have more than 1024 characters
in many of the cells. Now the question is, can I filter cells that have that
or more so I can adjust those by group rather than individually.

Thanks.

"Gord Dibben" wrote:

> How much text is not showing up?
>
> If you have more than 1024 characters in a cell Excel will display only the
> first 1024.
>
> Add an Alt + Enter every 80-100 chars.
>
> Another thing..............if cells are merged, autofit will not work.
>
> You would need event code to autofit any row with merged cells.
>
>
> Gord Dibben MS Excel MVP
>
> On Mon, 15 Dec 2008 09:55:01 -0800, suestew
> <(E-Mail Removed)> wrote:
>
> >So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> >that is not showing up in the cell. I have 2800 lines and I'm going to have
> >to go through individually and make sure they are all the right height.
> >There has to be a simpler way.
> >
> >Please help. I'm desperate.
> >
> >Thanks.

>
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      15th Dec 2008
Like data|autofilter???

If that's what you mean, you may want to read Debra Dalgleish's notes:
http://contextures.com/xlautofilter02.html#String



suestew wrote:
>
> Thanks - your response was very helpful. I do have more than 1024 characters
> in many of the cells. Now the question is, can I filter cells that have that
> or more so I can adjust those by group rather than individually.
>
> Thanks.
>
> "Gord Dibben" wrote:
>
> > How much text is not showing up?
> >
> > If you have more than 1024 characters in a cell Excel will display only the
> > first 1024.
> >
> > Add an Alt + Enter every 80-100 chars.
> >
> > Another thing..............if cells are merged, autofit will not work.
> >
> > You would need event code to autofit any row with merged cells.
> >
> >
> > Gord Dibben MS Excel MVP
> >
> > On Mon, 15 Dec 2008 09:55:01 -0800, suestew
> > <(E-Mail Removed)> wrote:
> >
> > >So I've used "wrap text" and I've used "Row - auto fit" and I still have text
> > >that is not showing up in the cell. I have 2800 lines and I'm going to have
> > >to go through individually and make sure they are all the right height.
> > >There has to be a simpler way.
> > >
> > >Please help. I'm desperate.
> > >
> > >Thanks.

> >
> >


--

Dave Peterson
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      15th Dec 2008
Assuming cells are in column A

In B1 enter =LEN(A1) and double-click fill handle to copy down.

Autofilter on column B for custom>greater than 1000


Gord

On Mon, 15 Dec 2008 11:44:09 -0800, suestew
<(E-Mail Removed)> wrote:

>Thanks - your response was very helpful. I do have more than 1024 characters
>in many of the cells. Now the question is, can I filter cells that have that
>or more so I can adjust those by group rather than individually.
>
>Thanks.
>
>"Gord Dibben" wrote:
>
>> How much text is not showing up?
>>
>> If you have more than 1024 characters in a cell Excel will display only the
>> first 1024.
>>
>> Add an Alt + Enter every 80-100 chars.
>>
>> Another thing..............if cells are merged, autofit will not work.
>>
>> You would need event code to autofit any row with merged cells.
>>
>>
>> Gord Dibben MS Excel MVP
>>
>> On Mon, 15 Dec 2008 09:55:01 -0800, suestew
>> <(E-Mail Removed)> wrote:
>>
>> >So I've used "wrap text" and I've used "Row - auto fit" and I still have text
>> >that is not showing up in the cell. I have 2800 lines and I'm going to have
>> >to go through individually and make sure they are all the right height.
>> >There has to be a simpler way.
>> >
>> >Please help. I'm desperate.
>> >
>> >Thanks.

>>
>>


 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel cell to text file and text file to cell dir to cells and renamefile from cell kc0hwa Microsoft Excel Programming 0 15th Jul 2011 11:32 AM
Copy text from cell to cell with one cell changing text =?Utf-8?B?Qm9iYnk=?= Microsoft Excel Worksheet Functions 5 15th Mar 2007 11:09 PM
Setting the text in a cell to the text of a cell on a different sheet in the same workbook Max C Microsoft Excel Programming 7 28th Dec 2006 04:35 PM
select text in cell based on text from another cell, paste the text at the begining of a thrid cell, etc... jsd219 Microsoft Excel Programming 0 19th Oct 2006 05:04 PM
Re: extracting text from within a cell - 'text to rows@ equivalent of 'text to columns' Dan E Microsoft Excel Programming 4 30th Jul 2003 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:16 AM.