Auto Expanding Merged Cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me how to have excel auto expand merged cells. Right now I have a bunch of merges cells and when you type and it word wraps it doesn't auto expand the cell. Is there something I could do to fix this.
 
Hi
this is one of several merge cell drawbacks. No real workaround
available. Try avoiding merged cells!
 
i had a similar problem. the only solution is to run a macro after al
such cells have been filled.

i used a macro available from one of the websites that is very popula
out here (i think it was either contextures or something else).
tweaked it to fit my purpose.

if you are interested in such a solution, i can paste the code here.

mac
 
John

Merged cells will allow "wrap text" from Format>Cells>Alignment but..........

Excel has a problem auto-fitting merged cells.

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

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

Note also a recent adaptation of this code by Greg Wilson.

http://makeashorterlink.com/?P37D24B15

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

Gord Dibben 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

Back
Top