+ Reply to Thread
Results 1 to 12 of 12

This sheet is very slow to respond, can anyone advise ?

  1. #1
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    This sheet is very slow to respond, can anyone advise ?

    HI

    I have a complex workbook (14 sheets) which works fine. One sheet is extremely slow to respond. I don't know why.

    I have removed all functions from the sheet using copy/paste values.

    I have removed all formatting, setting all numbers to integers.

    I have removed all the other sheets. All I have now is a single sheet of integers.

    It is still very slow to respond. I often get 'Not Responding' error messages eg when saving the file.

    I have excel 2007 running on a decent Windows 7 pc.

    My instinct is that there is something embedded within the file , but I don't know.

    Is this a problem with the sheet, or my PC ??

    Thanx. Trebor
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: This sheet is very slow to respond, can anyone advise ?

    Try Ctrl G > Special > objects
    & you'll find a shed load of them

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: This sheet is very slow to respond, can anyone advise ?

    Hi Trebor,

    I agree with Fluff above. You have lots of "Objects" on this sheet. Follow instructions at:
    https://www.extendoffice.com/documen...-pictures.html
    to delete them.

    I got myself into this one time by using copy and paste of cells, not knowing I was pasting objects also. Pretty soon I had LOTS of zero size objects (couldn''t see them) all over my sheet.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: This sheet is very slow to respond, can anyone advise ?

    Ad you've got over 49,500 of them, depending on your system, you might want to delete them in batches.
    Saving the file each time.
    Please Login or Register  to view this content.

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: This sheet is very slow to respond, can anyone advise ?

    Hi Trebor,

    Start Visual Basic editor and show the Immediate Window. In it type this:
    ?Activesheet.Shapes.Count and then press enter.
    It shows you have 49554 shapes in this sheet.
    No wonder it takes so long to refresh.....

    Here is some code to remove those Shapes (which happen to be TextBoxes)
    Please Login or Register  to view this content.
    Step through the above code a few times and have the immediate window open to see what it does.

  6. #6
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: This sheet is very slow to respond, can anyone advise ?

    Guys mega-thanx & I am sure you have found the problem, I'm struggling.

    The 1st solutions above just seem to hang my PC

    The later ones, using macros & vba stuff, sorry, I don't understand.

    I will persevere.

    Where did these 'objects' come from & what are they? I did copy some functions from excel help files ?

    mega-thx ... Trebor

  7. #7
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: This sheet is very slow to respond, can anyone advise ?

    The only way I could have got all these objects is by copying a row or cell from elsewhere, then copying them down for 365 cells or more. If I delete all but the 1st few rows, would my pc be able to cope? I could then copy the un-polluted cells back down again ?

  8. #8
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: This sheet is very slow to respond, can anyone advise ?

    You might be better off just deleting a few rows at a time, rather than the whole lot.
    If your interested in either of the macros, have a look here for how to do it.http://www.contextures.com/xlvba01.html

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: This sheet is very slow to respond, can anyone advise ?

    if i see well there is no any formulas but data only
    so select data and copy to a new workbook
    or
    1. copy data
    2. create new sheet
    3. paste data there
    4. delete old sheet

    both version attached
    Attached Files Attached Files
    Last edited by sandy666; 04-14-2018 at 03:01 PM.

  10. #10
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: This sheet is very slow to respond, can anyone advise ?

    My advice without knowing anything else:
    Boot to safe mode and see if it happens there.
    Update/patch Office 2007 (and whatever flavor of Windows the client is running for that matter) in full, then retry.
    See if there are any driver updates for the graphics card.
    Additional questions: Does Excel behave this way with any file, or is it a particular file? And are these files local to the user's machine, or are they stored somewhere on a network drive? Excel 2007 has had performance issues in the past if the spreadsheets were on a network drive, but they released a hotfix/patch that fixed it.

    You could also try starting the Excel application in safe mode (not Windows safe mode -- Windows regular mode, then launch Excel in safe mode), in case there are 3rd party plug-ins that could be affecting application performance. https://support.microsoft.com/en-us/kb/919196

    HTML Code: 


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  11. #11
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: This sheet is very slow to respond, can anyone advise ?

    Quote Originally Posted by Fluff13 View Post
    Ad you've got over 49,500 of them, depending on your system, you might want to delete them in batches.
    Saving the file each time.
    Please Login or Register  to view this content.
    Mega-thanks to all. Problem solved !

    The Goto special objects route doesn't work, the program hangs. (I've read similar comments elsewhere in Google)

    I took the time to read your suggestions on how to make macros & run them, and finally got there using the macro you gave me.

    Thanks again. Trebor

  12. #12
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: This sheet is very slow to respond, can anyone advise ?

    Glad it's sorted & thanks for the feedback

+ 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. 1 Sheet slow to respond within workbook
    By ForwardSpread in forum Excel General
    Replies: 6
    Last Post: 08-10-2014, 05:49 AM
  2. Excel Slow to respond
    By akbar in forum Excel General
    Replies: 10
    Last Post: 12-19-2013, 03:15 PM
  3. [SOLVED] Excel slow to respond..
    By akbar in forum Excel General
    Replies: 11
    Last Post: 08-14-2012, 07:44 AM
  4. [SOLVED] Extreme Slow respond time
    By Patrick Cloutier in forum Excel General
    Replies: 2
    Last Post: 08-16-2006, 08:33 AM
  5. Replies: 0
    Last Post: 08-09-2005, 06:05 PM
  6. Excel files slow to respond!
    By JazzyJ in forum Excel General
    Replies: 0
    Last Post: 03-02-2005, 12:10 PM

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