View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Automatically set rows with cells with text wrapping to change hei

Do you have any "merged" cells in the rows?

Autofit does not work on wrapped text in "merged" cells.

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

http://groups.google.com/groups?thre...%40tkmsftngp05

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


On Wed, 7 Dec 2005 11:50:01 -0800, cbizic
wrote:

When formatting a cell with text wrapping, the row is not automatically
increasing in height to account for extra text. Therefore, some text is
hidden. Is there something that can be done while formatting for wrapping so
that this will not occur.