How do I wrap text in more than one cell at a time?

G

Guest

I want to format a group of adjacent cells to wrap text. I am highlighting
the cells and then using alignment/wrap text. This does not work so I am
formatting each cell one by one. There must be a faster way to do this. Any
assistance would be appreciated.
 
B

Bryan Hessey

Selecting a group of cells should (normally) allow you to set the 'wrap'
option within the Format Cells even though items such as dates and
amounts do not wrap.

Does the problem occur with (say) 3 test cells that you can 'wrap'
individually?

Do you have some cells that are strangely formatted ?

--
 
G

Guest

Brilliant! I am wrapping text and it does work with groups of cells.
However I did not see the wrapping because the row heights stayed the same.
(I know, don't quit my day job.) Thanks, Bryan.
 
C

Claudia D.

I read this hoping to get an answer to the row height staying the same. I can
make the text wrap but the cell does not change size with the added text. How
can I make it resize automatically? I know it can be done but don't know how.
Help please.
 
G

Gord Dibben

Generally setting wordwrap and row>autofit will do the job to expand the
contents.

If you have manually set the row height, go back into Format>Rows>Autofit to
reset.

If you have those two settings enabled but not getting autofit it may be
that you are using merged cells.

These won't autofit without event code in the worksheet.

If that's the case, post back if you want the code.


Gord Dibben MS Excel MVP
 
L

Langrg

I would like the code, since I am trying to do a similiar task. Using VB6 to
programmatically set a cell to wrap text and autofit as I create the
spreadsheet.

Thanks,

Dick Lang
 
A

Asad

Hi,
Let say, there are four cells together in one column and all have some text
in them. If I select all cells and do Home->-Wrap Text. The first cell's text
remain and other three cell's text deleted itself. But I want to combine the
text of all four cells in first cell. Please guide me.

Thanks in advance.

Asad
 
G

Gord Dibben

If you are losing text from all but the top left cell then you are not
clicking on Wrap Text.

You are clicking Merge and Center................which takes the value from
one cell only and warns you that this will happen.

To have the text from 4 cells into one..............

=Cell1 & Cell2 & Cell3 & Cell4 entered in a cell not within that range.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top