+ Reply to Thread
Results 1 to 6 of 6

Stop Excel from auto-scrolling to active cell when changing

  1. #1
    Registered User
    Join Date
    11-05-2012
    Location
    Toulon, IL, USA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Stop Excel from auto-scrolling to active cell when changing

    I've created a spreadsheet and I want to be able to arrow down to the next cell without the spreadsheet scrolling back up to that cell. Is this possible?

  2. #2
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Stop Excel from auto-scrolling to active cell when changing

    I'm not sure what you mean by "scrolling back up to that cell," but I'd suggest trying the scroll lock key on your keyboard...
    If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
    Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...

    Thomas Lafferty
    Analyst/Programmer

  3. #3
    Forum Contributor
    Join Date
    05-25-2012
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: Stop Excel from auto-scrolling to active cell when changing

    What he means is - if the cell is not in your current view, and you invoke Cells.Select, it will move your display window to incorporate that item in your view.

    The better idea here is - why do you need to select a cell that you can't see? If you need the value of a cell, rather than grabbing it from selection, just use Cell(row, column).Value to pull it.

  4. #4
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Stop Excel from auto-scrolling to active cell when changing

    Medpack is correct - it's always best to avoid selecting a cell unless it's absolutely necessary. It's inefficient, and unless your code has some good built in error trapping, it's easy to lose track of which cell is active/selected. As Medpack pointed out, if you select a cell and then take its value, you've taken two steps, when you could simply refer to the range in any one of several ways with .Value at the end of your reference.

  5. #5
    Registered User
    Join Date
    11-26-2019
    Location
    Houston, TX
    MS-Off Ver
    Excel 2016
    Posts
    1

    Re: Stop Excel from auto-scrolling to active cell when changing

    Hi, I'd like an answer to the original question as well. scenario: I'm currently viewing two pages side-by-side but not synchronized scrolling. I've clicked in cell A1 on left page (LP) and then scrolled down to cell A608 but did not make any cell near it active. Then I click on the right page (RP) so that i can scroll down or up to what i need to see there. When i click back onto LP, it will have "auto-scrolled" or "snapped back" to the active cell, which is A1. Is there a way to turn off this "feature"?

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Stop Excel from auto-scrolling to active cell when changing

    Quote Originally Posted by Caddyshack View Post
    Hi, I'd like an answer to the original question as well. scenario: I'm currently viewing two pages side-by-side but not synchronized scrolling. I've clicked in cell A1 on left page (LP) and then scrolled down to cell A608 but did not make any cell near it active. Then I click on the right page (RP) so that i can scroll down or up to what i need to see there. When i click back onto LP, it will have "auto-scrolled" or "snapped back" to the active cell, which is A1. Is there a way to turn off this "feature"?
    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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