Help Please - Automating Row height

  • Thread starter Thread starter baz
  • Start date Start date
B

baz

Please respond to newsgroup as email is bogus to prevent spam.

I am using Excel 2003.

I am merging cells in one row so lines of text can be entered. (If I
enter I'll use Alt-Enter for return). I have set the cell to WordWrap.
However, after I test my entry the row height remains at default. Dbl
clicking on it doesn't expand it.

I would like my row height to automatically expand. How do I do this.

Thanks in advance for any help.

Respectfully,

baz
 
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

Rows.EntireRow.AutoFit

End Sub
 

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