+ Reply to Thread
Results 1 to 3 of 3

Hiding Rows

  1. #1
    Forum Contributor
    Join Date
    12-04-2003
    Location
    Burrton, Kansas USA
    MS-Off Ver
    2003
    Posts
    162

    Hiding Rows

    Hi!
    I am working in Excel 2003.
    How can I hide a variable number of rows useing a cell reference.
    I currently use a series of "If" "Then"s and refer to a count cell

  2. #2
    Tom Ogilvy
    Guest

    Re: Hiding Rows

    numrows = Range("B9").Value
    activecell.Resize(numrows,1).EntireRow.Hidden = True

    --
    Regards,
    Tom Ogilvy


    "Brian Matlack" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Hi!
    > I am working in Excel 2003.
    > How can I hide a variable number of rows useing a cell reference.
    > I currently use a series of "If" "Then"s and refer to a count cell
    >
    >
    > --
    > Brian Matlack
    > ------------------------------------------------------------------------
    > Brian Matlack's Profile:

    http://www.excelforum.com/member.php...fo&userid=3508
    > View this thread: http://www.excelforum.com/showthread...hreadid=476295
    >




  3. #3
    Forum Contributor
    Join Date
    12-04-2003
    Location
    Burrton, Kansas USA
    MS-Off Ver
    2003
    Posts
    162
    Works Great Tom Thanks Alot!!

+ 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