Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Elizabeth A.
 
Posts: n/a
Default How do I wrap text in more than one cell at a time?

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default How do I wrap text in more than one cell at a time?


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 ?

--


Elizabeth A. Wrote:
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.



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534825

  #3   Report Post  
Posted to microsoft.public.excel.misc
Elizabeth A.
 
Posts: n/a
Default How do I wrap text in more than one cell at a time?

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.

"Bryan Hessey" wrote:


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 ?

--


Elizabeth A. Wrote:
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.



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534825


  #4   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default How do I wrap text in more than one cell at a time?


Good to see a resolution, and thanks for the response

--

Elizabeth A. Wrote:
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.

"Bryan Hessey" wrote:


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 ?

--


Elizabeth A. Wrote:
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.



--
Bryan Hessey

------------------------------------------------------------------------
Bryan Hessey's Profile:

http://www.excelforum.com/member.php...o&userid=21059
View this thread:

http://www.excelforum.com/showthread...hreadid=534825




--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534825

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I wrap text in more than one cell at a time?

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.

"Bryan Hessey" wrote:


Good to see a resolution, and thanks for the response

--

Elizabeth A. Wrote:
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.

"Bryan Hessey" wrote:


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 ?

--


Elizabeth A. Wrote:
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.


--
Bryan Hessey

------------------------------------------------------------------------
Bryan Hessey's Profile:

http://www.excelforum.com/member.php...o&userid=21059
View this thread:

http://www.excelforum.com/showthread...hreadid=534825




--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534825




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I wrap text in more than one cell at a time?

Generally setting wordwrap and rowautofit will do the job to expand the
contents.

If you have manually set the row height, go back into FormatRowsAutofit 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

On Fri, 2 Jan 2009 12:36:00 -0800, Claudia D. <Claudia
wrote:

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.

"Bryan Hessey" wrote:


Good to see a resolution, and thanks for the response

--

Elizabeth A. Wrote:
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.

"Bryan Hessey" wrote:


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 ?

--


Elizabeth A. Wrote:
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.


--
Bryan Hessey

------------------------------------------------------------------------
Bryan Hessey's Profile:
http://www.excelforum.com/member.php...o&userid=21059
View this thread:
http://www.excelforum.com/showthread...hreadid=534825




--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534825



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
Why am I getting XXX error in text cell with word wrap turned on? HMF Excel Discussion (Misc queries) 2 March 16th 06 12:44 AM
Cell set to wrap text and blank line -- fix? Fred Holmes Excel Discussion (Misc queries) 0 January 25th 05 07:10 PM
how many lines can be in wrap text within a cell? pearsms Excel Worksheet Functions 2 December 27th 04 06:11 PM
how many lines can be in wrap text within a cell? Pear Excel Worksheet Functions 1 December 27th 04 11:35 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"