×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Excel going slow

Excel going slow

Excel going slow

(OP)
Has anybody else had problems with Excel recalculating very slowly recently?

For the last few days I have had the following problems intermittently:
- Some spreadsheets that normally open quickly locking up for minutes when first opened.
- Slow recalculation (several seconds) when data is entered in auto recalc mode, making the spreadsheet almost unusable.

In the second case, switching to manual recalc, then back to auto seems to fix it.

The spreadsheets with problems all have multiple VBA user defined functions returning arrays, and with the lock up on opening the recalc message at bottom left says something about re-sizing dynamic arrays, so this is probably associated with the new dynamic array feature.

I'm running the subscription Office, so I get auto-updates, but I don't get the previews of new features that haven't been officially released.

Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/

RE: Excel going slow

not me and i use a single license (not subscription based) version on iMac.

RE: Excel going slow

I had a similar issue a week or two ago, adding a certain UDF on the sheet caused everything to lag. Seemed related to dynamic arrays, if I double clicked into a formula that returned an array it would take ages to calculate with the re-sizing message you noted. The sheet in question had a lot of VBA UDF's returning arrays

After opening and saving on another computer it magically went away and have not had an issue since. So who knows, just another of Excels funny little things......

https://engineervsheep.com

RE: Excel going slow

We had big problems with a lot of our VBA-heavy spreadsheets when IT started switching everyone to x64 office a couple months ago.
But ya'lls issues sound different than what we were running into.

RE: Excel going slow

(OP)
Update. Recalc had been OK for a couple of weeks, but I have just spent 20 minutes opening a spreadsheet that normally opens in a few seconds. Switching to manual recalc then back to auto seems to have fixed the problem for now.

Doing an Internet search the only thing I found more recent than 2018 was a link to this thread.

Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/

RE: Excel going slow

I've noticed moving cells via drag and drop can be extremely slow if autocalc is on. At least on one workbook in particular. Granted, it does have ~6,000 named ranges...for some reason. Strange that it bogs down when auto recalcing but not when manual calcing. Drag/drop a cell with autocalc on and i'll wait ~15 sec. Drag/drop a cell with it off and it's instant, and hitting recalc take maybe one sec after the drag/drop.

I also see huge variations in runtimes on some of my bigger VBA operations. Sometimes the code will run in ~30 sec, hit run again with everything in an identical state and it might take ~180 sec. Even when the only program open is excel.

But in general, yeah, excel is slower/hangs up more now that it has in the past. I'm on 365 subscription (personal FWIW).

And when working on files on onedrive I ALWAYS get the "we ran into a problem with autosave....etc" banner. Quite annoying. But autosave is quite nice (sometimes).

RE: Excel going slow

Some vba code does scale in terms of time taken to execute depending on how many spreadsheets you have open with vba in them.

My guess is if you have 5 open it allocates a fixed 20% resources for example instead of dynamically being able to locate 100% of the resources to the active workbook.

You can show this quite easily if you have some vba intensive workbooks, time some code, open copies, time again and so forth.

The only way I've found around it is to open excel Workbooks specifically as unique instances.
https://docs.microsoft.com/en-us/office/troublesho...
The has its drawbacks for me as it opens any Addins as read only after the first.

https://engineervsheep.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login


Resources

Low-Volume Rapid Injection Molding With 3D Printed Molds
Learn methods and guidelines for using stereolithography (SLA) 3D printed molds in the injection molding process to lower costs and lead time. Discover how this hybrid manufacturing process enables on-demand mold fabrication to quickly produce small batches of thermoplastic parts. Download Now
Design for Additive Manufacturing (DfAM)
Examine how the principles of DfAM upend many of the long-standing rules around manufacturability - allowing engineers and designers to place a part’s function at the center of their design considerations. Download Now
Taking Control of Engineering Documents
This ebook covers tips for creating and managing workflows, security best practices and protection of intellectual property, Cloud vs. on-premise software solutions, CAD file management, compliance, and more. Download Now

Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close