Forum Discussion
Lucas Fernandes de Jesus
Jan 26, 2018Copper Contributor
Excel doc very slow
Hey everyone,
I'm having a problem with a few excel docs. I had a ton of connections in "query & connections" tab and it was making it so slow, so i decided to delete all of em via VBA using a code. It worked but my doc still very slow. What possible issue can it be?
Thank you all
7 Replies
Sort By
- JKPieterseSilver ContributorWhat is slow, calculation? Look for functions like:
SUMIFS
VLOOKUP
MATCH
SUMPRODUCT
and for array formulas
Those types of functions are reknown for taking a lot of time to calculate- Lucas Fernandes de JesusCopper ContributorEverything seems to be slow, like when i'm opening the doc, or trying to type something into a label, also trying to click on the tabs... everything...
Also, i'll take a look on these functions- JKPieterseSilver Contributor
Most likely there are many objects on the sheet. Press F5, click special and choose Objects. Does it find anything? If so, hit del key to delete them and see if performance improves. You may want to do this on a copy though.