+ Reply to Thread
Results 1 to 4 of 4

Excel Painfully slow, how do you speed it up?

  1. #1
    Registered User
    Join Date
    08-12-2012
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    47

    Excel Painfully slow, how do you speed it up?

    Hi Group, I've been working on a spreadsheet with a built in macro programmed in VBA. The spreadsheet has about 267,000 columns with data in it. My VBA macro runs through the columns deleting various rows of data and then removes the blank rows. This takes an incredible amount of time to do possibly because of some pasting function that occurs every time a row is deleted. Anyways, since the newer excel contains a million rows of cells and I don't know how many columns has Microsoft considered how much memory that is to process if the whole spreadsheet is used up with data and how long it would take to process it all never mind opening the program with that much data in it in the first place? Is there anyway to help my computer or the program speed up the processing? Also, would using arrays help any in processing the data in the columns more quickly?

    Thanks for any input in advance.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,290

    Re: Excel Painfully slow, how do you speed it up?

    Start your macro with setting calculation om manual
    And end your macro with automatic.




    Sub Macro1()
    Application.Calculation = xlManual
    your macro
    Application.Calculation = xlAutomatic
    End Sub
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    01-25-2014
    Location
    Jacksonville NorthCarolina
    MS-Off Ver
    Excel 2013
    Posts
    7

    Re: Excel Painfully slow, how do you speed it up?

    You could also save the workbook as a .xlb (excel binary workbook) file rather than .xlm (excel macro-enabled workbook)
    See this video
    https://www.youtube.com/watch?v=DsJOvT0Fzi4
    Here is another one with some great tips.
    https://www.youtube.com/watch?v=PhbB69qOtfw
    Last edited by Scott M2; 02-04-2014 at 06:54 AM.

  4. #4
    Registered User
    Join Date
    12-16-2013
    Location
    London, England
    MS-Off Ver
    MSO 2010
    Posts
    52

    Re: Excel Painfully slow, how do you speed it up?

    I suggest adding more RAM and a faster processor, you can turn on and off what you like but at the end of the day it is the processor that makes the calculations and the ram that assists with faster operation. If your PC is low spec or not up to scratch there is not much you can do to speed it up apart from upgrading.

+ 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. [SOLVED] how do i increase excel speed? My excel slow
    By vengatvj in forum Excel General
    Replies: 5
    Last Post: 09-25-2013, 03:55 PM
  2. Replies: 1
    Last Post: 04-09-2012, 11:22 AM
  3. Excel filesize and calculation speed (slow)
    By pixifaery in forum Excel General
    Replies: 2
    Last Post: 08-31-2010, 10:46 AM
  4. How can I speed up this slow macro?
    By rs2k in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-18-2008, 08:34 PM
  5. [SOLVED] Why does macro speed slow after Excel Print or Print Preview?
    By Larry A in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-16-2005, 07:06 AM

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