+ Reply to Thread
Results 1 to 4 of 4

Row Height Code

  1. #1
    Registered User
    Join Date
    02-24-2005
    Location
    US,Tennessee
    Posts
    28

    Row Height Code

    Can someone tell me the VB/Macro code to set the height of a row/rows.

  2. #2
    Norman Jones
    Guest

    Re: Row Height Code

    Hi IceTray,

    > Can someone tell me the VB/Macro code to set the height of a row/rows.


    Try:

    Range("A1:A4").RowHeight = 20


    ---
    Regards,
    Norman



  3. #3
    Duncan
    Guest

    Re: Row Height Code

    Dim Rng As Range
    Dim Ht As Integer
    Set Rng = Rows(1)
    Ht = 25
    Rng.RowHeight = Ht

    HTH

    Duncan


    icetrey wrote:

    > Can someone tell me the VB/Macro code to set the height of a row/rows.
    >
    >
    > --
    > icetrey
    > ------------------------------------------------------------------------
    > icetrey's Profile: http://www.excelforum.com/member.php...o&userid=20329
    > View this thread: http://www.excelforum.com/showthread...hreadid=564216



  4. #4
    Registered User
    Join Date
    02-24-2005
    Location
    US,Tennessee
    Posts
    28

    It worked

    It worked for me. Thanks.

+ 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