+ Reply to Thread
Results 1 to 2 of 2

Show unhidden row right at the top of page (not half way down!?)

  1. #1
    Forum Contributor
    Join Date
    01-18-2013
    Location
    England
    MS-Off Ver
    2016 (Mac)
    Posts
    149

    Show unhidden row right at the top of page (not half way down!?)

    Hello Everyone,
    I am not sure why but when I run the below macro the newly revealed
    range is not displaying at the very top of the sheet?
    It is displaying half way down the sheet. Does anyone know why or a way that I am
    able to ensure that when this macro is run the selected cell
    ("498") is right at the top of the page? I have tried a few things
    but am unable to get it at the top! I am trying to reveal every
    row on the page and then put row #498 right at the top of the page.
    Macro is triggered by a button as is as follows:

    Sub RevealAlternativeGWB()
    Cells.Select
    Selection.EntireRow.Hidden = False
    Range("F498").Select
    End Sub



    Thank you for any help,

    Margate

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Show unhidden row right at the top of page (not half way down!?)

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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