Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel freezing after each cell update

  • 20-05-2019 11:44am
    #1
    Registered Users Posts: 684 ✭✭✭


    Hi,

    Can anyone help with this?

    I have sheet that suddenly started freezing for about 7-10 seconds every time I add/change a value in a cell. Once I add the value and then hit enter or click into a different cell it freezes. This started happening recently and I don't know why.

    I've now just discovered a work around. If I put an "=" before the value it doesn't freeze and I quickly move on without waiting for up to 10 seconds.

    It's a complicated enough sheet with lots of pivots and lookups so I thought I'd never solve it but the fact that it works perfectly by adding the = before a value means it's not the complexity of the sheet that's causing it?

    Obviously, I'd like to solve further and not have to add the = as I used this so much, even that is a nuisance

    Any help much appreciated - thanks!


Comments

  • Moderators, Sports Moderators, Regional Abroad Moderators Posts: 2,655 Mod ✭✭✭✭TrueDub


    Try switching off Automatic Recalculation and see if that changes things.


  • Registered Users, Registered Users 2 Posts: 59,641 ✭✭✭✭namenotavailablE


    Anotehr possibility- if your sheet has some VBA code attached, changing a cell triggers the various 'events' attached to the sheet e.g. Sheet Change, Sheet _Calculate etc.

    You can add 'Application.Enableevents=false' (without the inverted commas') before the VBA code runs. Remember to also add 'Application.Enableevents=true' at the end of the code


  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    TrueDub wrote: »
    Try switching off Automatic Recalculation and see if that changes things.

    Unfortunately this doesn't make a difference. It's really odd to me putting in an = makes a difference. Also copying and pasting values works fine.


  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    Anotehr possibility- if your sheet has some VBA code attached, changing a cell triggers the various 'events' attached to the sheet e.g. Sheet Change, Sheet _Calculate etc.

    You can add 'Application.Enableevents=false' (without the inverted commas') before the VBA code runs. Remember to also add 'Application.Enableevents=true' at the end of the code


    I'm not that advanced unfortunately so don't think it's VBA. Thanks for the suggestion though!


  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    What version of Excel are you using? Is it an xls or xlsx? And how large is the file?
    Windows 10? Do you have any pending OS or Office updates?


  • Advertisement
  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    It's 2013 and the file is .xlsx
    size 19000 KB but always been fairly big.
    Windows 10

    Work laptop so don't usually notice any updates, think they must happen in the background. I'll check.


  • Registered Users, Registered Users 2 Posts: 22,499 ✭✭✭✭Esel


    What format are the cells into which you are entering data?

    Entering = at the start denotes a formula, AFAIR.

    Not your ornery onager



  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    They are a number format.


  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    I presume you have tried the same Excel file on another device (PC/laptop)? Are you seeing the same issue with the file on another device?


  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    Oddly enough, I've tried it from someone else's machine and it worked fine without this lag. So must be some setting in my excel that's changed as opposed to the sheet setup.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 59,641 ✭✭✭✭namenotavailablE


    Try this:

    File | Options | Advanced and then check the settings as per the following diagram:

    HQ5M9qs.png


  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    Do a repair on office if the above doesn't work. See if that resets Excel to whatever way you had your settings.


  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    Yeah the above settings were already like that so must try a repair job and see if that works. Thanks for the help. Good idea checking from another computer. Hadn't thought of that, as dumb as it makes me sound!


  • Closed Accounts Posts: 5,019 ✭✭✭ct5amr2ig1nfhp


    Did you get sorted?


  • Registered Users Posts: 684 ✭✭✭Jjjjjjjjbarry


    Haven't had a chance to risk it yet. Afraid it will brick my excel! hope to give it a go in next week when I have more IT support on hand!


Advertisement