+ Reply to Thread
Results 1 to 2 of 2

Help Please - Automating Row height

Hybrid View

Guest Help Please - Automating Row... 11-29-2005, 02:50 PM
Guest RE: Help Please - Automating... 11-29-2005, 03:10 PM
  1. #1
    baz
    Guest

    Help Please - Automating Row height

    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

  2. #2
    aftamath
    Guest

    RE: Help Please - Automating Row height

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)

    Rows.EntireRow.AutoFit

    End Sub



    "baz" wrote:

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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1