+ Reply to Thread
Results 1 to 4 of 4

Make upper left of sheets visible

Hybrid View

  1. #1
    AD108
    Guest

    Make upper left of sheets visible

    After my code is done running, I need to get the top left part of each sheet
    in the book to be visible. What would be the best approach to accomplish
    this.

    Thanks



  2. #2
    ChasAA
    Guest

    RE: Make upper left of sheets visible

    Range("A1").select ??


    "AD108" wrote:

    > After my code is done running, I need to get the top left part of each sheet
    > in the book to be visible. What would be the best approach to accomplish
    > this.
    >
    > Thanks
    >
    >
    >


  3. #3
    NickHK
    Guest

    Re: Make upper left of sheets visible

    Application.Goto Range("A1"), True

    NickHK

    "AD108" <arielNOSPAM@downtoearth.org> wrote in message
    news:eI%23GEu6sGHA.372@TK2MSFTNGP06.phx.gbl...
    > After my code is done running, I need to get the top left part of each

    sheet
    > in the book to be visible. What would be the best approach to accomplish
    > this.
    >
    > Thanks
    >
    >




  4. #4
    Joerg
    Guest

    Re: Make upper left of sheets visible


    "AD108" <arielNOSPAM@downtoearth.org> wrote in message
    news:eI%23GEu6sGHA.372@TK2MSFTNGP06.phx.gbl...
    > After my code is done running, I need to get the top left part of each

    sheet
    > in the book to be visible. What would be the best approach to accomplish
    > this.
    >
    > Thanks
    >


    Try
    ActiveWindow.ScrollIntoView 0, 0, 0, 0

    Cheers
    Joerg




+ 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