+ Reply to Thread
Results 1 to 10 of 10

Excel 2010 jumps to top of worksheet each time I move from one cell to the next

  1. #1
    Registered User
    Join Date
    09-09-2013
    Location
    Louth, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    I have some how set something up so, whenever I move from one cell to the next in a worksheet the display automatically jumps to the top of the worksheet.

    I can scroll back down to enter into the new cell but it is annoying to have to do this at each cell move

    How do I stop it please?

    Also - a second thing - how do I get a sheet to open in a set zoom value (80%) so the the whole of the sheet it viewable rather than having to re-set the zoom each time.

    Thanks for the help

    David

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Whether it's happening in a specific workbook or in all workbooks or even with the new workbook too?

    Please confirm...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    09-09-2013
    Location
    Louth, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Quote Originally Posted by :) Sixthsense :) View Post
    Whether it's happening in a specific workbook or in all workbooks or even with the new workbook too?

    Please confirm...
    It only happens in one workbook but in all the worksheets within it.


    I do have a macro running in the workbook that takes the name of the worksheet tab from a specific cell in the worksheet as you enter the worksheet but I cannot imagine that this is influencing anything

    David

  4. #4
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Hi, David,

    do you mind showing all code from that workbook (maybe even attach a copy of it if ther eis no confidential material in it)? I would expect that there is a "home" command available anywhere like Application.GoTo
    Please do not fully quote posts if they are directly above.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    I am sure there is a code which makes the cursor to react in that way...

    To See Code in This Workbook Module

    1. Select the workbook in which you want to see the code
    2. Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    3. In the Project Explorer, find your workbook, and open the list of Microsoft Excel Objects
    4. Right-click on the ThisWorkbook object, and choose View Code

    Copy the code and share it with us for doing the necessary changes...

  6. #6
    Registered User
    Join Date
    09-09-2013
    Location
    Louth, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    I did the View code on this workbook and there was nothing there.

    I have attached the relevant workbook as I am at a loss to know what I have done

    It is designed as a tracker spreadsheet for form tutors to track the progress of their students with their UK university applications

    The information in the spreadsheet it bogus to allow it to be tested before the proper info is put into it.

    Thanks for any help

    David
    Attached Files Attached Files

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Many of your sheets in that workbook containing the below code which is the root cause of this error...

    Please Login or Register  to view this content.
    Just do right click on sheet tab and select view code and if the above code is there then it will not allow you to move to the end of the sheet.

    Wherever you cant able to move then do right click on those sheet and click view code. Removing the above code will allow you to move...

  8. #8
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Hi, David ,

    after any movement of the cursor you freeze pane, and thatīs causing the cursor to jump up.

    Please Login or Register  to view this content.
    Maybe you should run through that procedure when opening up the workbook and leave it away from any sheet.
    Please Login or Register  to view this content.
    Ciao,
    Holger
    Last edited by HaHoBe; 09-10-2013 at 08:32 AM. Reason: corrected code as Name is whatīs needed there

  9. #9
    Registered User
    Join Date
    09-09-2013
    Location
    Louth, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Yes it has worked - Thaks for all your help

    David

  10. #10
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel 2010 jumps to top of worksheet each time I move from one cell to the next

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 05-23-2013, 02:25 PM
  2. Importing data from an Excel 2010 worksheet into a Word 2010 form.
    By Kuriakos in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-27-2012, 02:49 PM
  3. Excel 2010 move scatter graph move axis
    By KiwiDexter in forum Excel General
    Replies: 0
    Last Post: 12-13-2011, 11:10 PM
  4. Replies: 0
    Last Post: 05-27-2011, 02:00 PM
  5. Move page break to top of merged cell with VBA Excel 2010
    By marek12886 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2011, 03:21 PM

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