excel skips to another workbook for no apparent reason

Anonymous
2015-01-24T17:08:03+00:00

Quite often when I try to make an entry into a cell excel appears to freeze.  If I hit the enter button it skips to a different workbook.  There are no links between the two workbooks.  This has been happening for some time and is very annoying.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

130 answers

Sort by: Oldest
  1. Anonymous
    2019-03-12T16:06:06+00:00

    In my case, it happens quite often, maybe every half hour on average, but new input data just gets lost rather than going into the wrong workbook. So as soon as I notice it's not responding, I hit enter and let it flip to some other open workbook, then reselect the one I'm working on and re-input the new data. Once I even saw it flip to another workbook when I wasn't even touching the keyboard!

    Ken.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-03-15T21:43:02+00:00

    Checkout the response at the top of page 8. Hope that helps.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-03-15T23:42:59+00:00

    @JonathanKung Thank you. It seems that freezing stops when each file is opened in it's own instance, so your workaround works for now. But, since it is very cumbersome to do it manually every time you need to open a file, I hope you don't mind if I add one more step to your solution in order to automate it. So here it is. First, open the command prompt (I believe you need to open it as administrator in order for this to work) and change the default program for excel files from this:

    "C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE" "%1"

    to this

    "C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE" /x "%1"

    You can do this by using ftype command, like this:

    ftype Excel.Sheet.12="C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE" /x "%1"

    Of course, path to Excel executable may be different on your computer, so check that out first.

    This will force all xlsx files to open in a new instance of Excel when you double-click on it in Windows Explorer. You can do the same for other files that can be opened in excel. For example xls. Just replace Excel.Sheet.12 with Excel.Sheet.8 and repeat the process. You can list all file type associations by executing ftype command with no parameters. I hope this helps someone until MS decides to address this issue sometime in 2025. :)

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-04-25T14:58:59+00:00

    I have the same issue. It doesn't jump to another cell in the same workbook or worksheet. I think that's a different problem. Mine jumps to a different .xls file that is open and minimized, it might have links, it might not. If I have only one workbook file open, I don't see it happen. I can be quite fast in Excel when I'm working but when that "skip" happens, it slows me down and it's annoying. It takes my thought away from what I'm doing. So if anyone has any real fixes, I'd love to hear about it.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2019-04-25T15:01:10+00:00

    Same exact problem on my laptop!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments