+ Reply to Thread
Results 1 to 5 of 5

Positioning a cell at the top left of the screen

Hybrid View

  1. #1
    Ben
    Guest

    Positioning a cell at the top left of the screen

    Hello,
    Is there a way of selecting a cell and ensuring that the selected cell is
    always at the top left of the screen?
    Thank you

  2. #2
    Bob Flanagan
    Guest

    Re: Positioning a cell at the top left of the screen

    You could do

    Application.goto activecell, true
    activecell.offset(1,1).select
    activewindow.freezepanes = true

    Bob Flanagan
    Macro Systems
    Delaware, U.S. 302-234-9857
    http://www.add-ins.com
    Productivity add-ins and downloadable books on VB macros for Excel

    "Ben" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    > Is there a way of selecting a cell and ensuring that the selected cell is
    > always at the top left of the screen?
    > Thank you




  3. #3
    Walt
    Guest

    RE: Positioning a cell at the top left of the screen

    Hi Ben,

    Try these:
    ActiveWindow.ScrollRow = 3
    ActiveWindow.ScrollColumn = 3

    Best Regards,
    Walt Weber

    "Ben" wrote:

    > Hello,
    > Is there a way of selecting a cell and ensuring that the selected cell is
    > always at the top left of the screen?
    > Thank you


  4. #4
    Walt
    Guest

    RE: Positioning a cell at the top left of the screen

    Oops! That should be:

    ActiveWindow.ScrollRow = Activecell.Row
    ActiveWindow.ScrollColumn = Activecell.Column

    Best Regards,
    Walt Weber

    "Walt" wrote:

    > Hi Ben,
    >
    > Try these:
    > ActiveWindow.ScrollRow = 3
    > ActiveWindow.ScrollColumn = 3
    >
    > Best Regards,
    > Walt Weber
    >
    > "Ben" wrote:
    >
    > > Hello,
    > > Is there a way of selecting a cell and ensuring that the selected cell is
    > > always at the top left of the screen?
    > > Thank you


  5. #5
    Dana DeLouis
    Guest

    Re: Positioning a cell at the top left of the screen

    One way...

    Application.Goto ActiveCell, True

    HTH :>)
    --
    Dana DeLouis
    Win XP & Office 2003


    "Ben" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    > Is there a way of selecting a cell and ensuring that the selected cell is
    > always at the top left of the screen?
    > Thank you




+ 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