+ Reply to Thread
Results 1 to 12 of 12

Excel Document working very slow

  1. #1
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Excel Document working very slow

    Hey everyone,

    I have a problem with a few excel docs. I had a ton of connections in "query & connections" tab and it was making it so slow even when i was trying to type something into a label, so i decided to delete all of my connections via VBA using a code. It worked but my doc still very slow.

    I also pressed F5 then clicked on "Special", so i did choose "Objects" n tried to find anything that i could delete, but nothing was found...

    Here is my computer specs: i5/16 GB RAM

    What possible problem can it be?

    Thank you all

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Excel Document working very slow

    a lot of data? a lot of formulas that cover entire columns rather than specific ranges - I had one like that that when I changed it from whole columns to specific ranges it dropped it in size from over 35,000kb to just over 3,000kb and that was the only change I made.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Excel Document working very slow

    it'd better to view your code

  4. #4
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    Here is the code that i used: "For N = 1 to Activeworkbook.Connections.Count: Activeworkbook.Connections(1).Delete: Next N"

  5. #5
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    Anyone there?

  6. #6
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: Excel Document working very slow

    How is it slow? Slow top open/close/save? Slow calculations? Slow performing any action (copy, paste, filter, sort, etc)? Specific macro or formula is slow?

    Whats the file size of the file? Roughly how many sheets, rows and columns per sheet?

    Can you post a sample file with the problem?

    Do you get any error messages?
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

  7. #7
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    The document is working slow in general (when opening, performing actions, editing etc)... The file size is 1,67MB, with 6 sheets with 1000+ lines each, 15+ columns. Actually no message error while editing or opening or in any momment.

    I can't post the sample cause there's confidential information in the doc
    Last edited by feitodeceu; 02-06-2018 at 12:48 PM.

  8. #8
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: Excel Document working very slow

    Ok. The file size seems to be reasonable considering the content then, so unlikely its a substantial amount of excess content.

    Is the file stored on a network drive, in the cloud or on a local drive? If its on a network drive, make a copy locally and open it, does it still seem slow? If not then its a network bottle neck...not much you can do in that case other than let IT dept know (if this is at work and they have an IT dept). If it still has the issue, do you have another file of a similar file size you can try. If that works fine then something about the file is making it slow.

    Does the problem happen if you open Excel in safe mode and open the file from within Excel while in safe mode? If not its likely an add-in causing problems.

    Do other people use the file too, do they have the problem?

    In the status bar at the bottom right, do you get "calculating on x cpu's..." or a similar message when things are slow?

    Is it possible to remove the confidential information to post a sample? Without being able to see the issue first hand we are basically guessing.

  9. #9
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    The file is stored in a network drive, but everytime that an employee wants to edit it, they put it in the local drive then save in the network. This problem happens to everyone who use this file.

    I tried to open the file in safe mode but still working slow.

    "calculating on x cpu's..." or a similar message when things are slow? -> No messages

    I dont think i can post the sample cause pretty much the hole document is confidential

  10. #10
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Excel Document working very slow

    Do you have a lot of array formulas, or lookup type formulas? Any volatile ones like OFFSET, INDIRECT, TODAY?
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  11. #11
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    Not really, there's a lot of SUMIF and SUM, sometimes more than 6 SUMIF in the same cell
    Last edited by feitodeceu; 02-08-2018 at 09:17 AM.

  12. #12
    Registered User
    Join Date
    01-22-2018
    Location
    Brazil
    MS-Off Ver
    365
    Posts
    12

    Re: Excel Document working very slow

    anyone there?

+ 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. Macro working very slow in Excel 2007
    By kapil in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-29-2012, 04:41 AM
  2. Excel 2010 slow working with multiple sheets
    By jlax34 in forum Excel General
    Replies: 3
    Last Post: 07-06-2012, 11:41 AM
  3. Excel 2003 macro working very slow in Excel 2007 (xlsm format)
    By kapil in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-17-2010, 11:26 AM
  4. Excel 2007 : Excel 2007: slow while working
    By cduploc in forum Excel General
    Replies: 2
    Last Post: 05-13-2008, 06:12 AM
  5. very slow to open excel document...why..?
    By Faizul in forum Excel General
    Replies: 3
    Last Post: 12-30-2005, 12:25 AM
  6. Opening a large HTML document in Excel - slow
    By PJL-2005 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-14-2005, 06:50 AM
  7. excel 2003 slow when working with excel 2000 files
    By michel in forum Excel General
    Replies: 0
    Last Post: 11-28-2005, 11:45 AM

Tags for this Thread

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