+ Reply to Thread
Results 1 to 2 of 2

Hide rows between last row and row 100

Hybrid View

  1. #1
    Registered User
    Join Date
    12-19-2011
    Location
    South Africa
    MS-Off Ver
    Excel 2007
    Posts
    11

    Hide rows between last row and row 100

    Hi everyone,

    Im looking for a macro that can hide all the rows between the last row of data and row 100, ive tried all sorts of things but always get a type mismatch error.. any help will be appreciated

  2. #2
    Valued Forum Contributor mohd9876's Avatar
    Join Date
    05-04-2011
    Location
    Amman, Jordan
    MS-Off Ver
    Excel 2010
    Posts
    426

    Re: Hide rows between last row and row 100

    Range(UsedRange.SpecialCells(xlCellTypeLastCell).Offset(1), Range("A100")).EntireRow.Hidden = True

+ 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