Text Wrapping not working as desired.

  • Thread starter Thread starter Larry S
  • Start date Start date
L

Larry S

I have a workbook containing several worksheets. The specific worksheet of
concern is set up to allow the user to fill in information and as such will
be protected to eliminate the risk of changes. All cells have been set as
Protected except those where the user is allowed to fill in data, AND those
cells have had Wrapping enabled (actually, the whole row (NOT the whole
worksheet) has had wrapping enabled).

However the row is NOT auto expanding when the data is entered, rather the
row remains the height of a single row and never displays more than the
first line of text. This is an issue even with the worksheet unprotected.

Any thoughts?
 
A couple of addtional details:

- This "cell" is part of group of cell on a single row (they have been
Merged).
- I have attempted to format the row unsing "Auto Fit" under Format/Row.
 
Larry

Do you have merged cells on this sheet?

You can resize manually or via Macro. Jim Rech has written
code for this.

http://groups.google.com/groups?threadm=e1$1uzL1BHA.1784@tkmsftngp05

Also revised code for special cases.

http://snipurl.com/dfsm

The best cure is DON"T USE MERGED CELLS. They cause no end of problems with
copying, pasting, sorting, filtering.


Gord Dibben Excel MVP

I have a workbook containing several worksheets. The specific worksheet of
concern is set up to allow the user to fill in information and as such will
be protected to eliminate the risk of changes. All cells have been set as
Protected except those where the user is allowed to fill in data, AND those
cells have had Wrapping enabled (actually, the whole row (NOT the whole
worksheet) has had wrapping enabled).

However the row is NOT auto expanding when the data is entered, rather the
row remains the height of a single row and never displays more than the
first line of text. This is an issue even with the worksheet unprotected.

Any thoughts?

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

Similar Threads

Wrap text and templates 3
Excel wrapping incorrectly 1
Excel 2007 - Wrap text problem 3
Expanding merged cells 3
Wrap text and row autofit 2
No word wrap 7
Inserting a Copied Row inside a table 6
Excel VBA For excel 0

Back
Top