+ Reply to Thread
Results 1 to 2 of 2

Macro is running real slow and makes navigating the worksheet really slow after execution.

  1. #1
    Registered User
    Join Date
    10-03-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    1

    Macro is running real slow and makes navigating the worksheet really slow after execution.

    Hi Guys,

    This is my first post.

    I am running a fairly simple macro. At a high level this macro filters a report on a separate worksheet("Extract") and copies the names in column A into another worksheet ("Individual Snapshot"). Then I put a few offset formulas next to column A to extract other data points from the Extract worksheet. then create pie graphs in column L.

    This surprisingly takes really long and after it executes it is really slow to navigate around the "Individual Snapshot" worksheet.

    BUT, if I close out of the workbook and open it I am able to navigate the "Individual Snapshot" worksheet.

    Any advice??
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Macro is running real slow and makes navigating the worksheet really slow after execut

    Instead of restricting the columns and rows, you are working on the entire columns, like

    Please Login or Register  to view this content.
    The code has to go down to the last row which is 1m. This obviously slows the code.

    Try like
    Please Login or Register  to view this content.
    Or better

    Please Login or Register  to view this content.
    Avoid selecting and activating
    Last edited by AB33; 10-03-2013 at 04:33 PM.

+ 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] Slow Macro Execution
    By Gandalf2524 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-18-2013, 12:20 PM
  2. Replies: 1
    Last Post: 09-09-2013, 03:41 AM
  3. Replies: 4
    Last Post: 08-28-2012, 01:24 PM
  4. Slow Macro execution
    By rickparker in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-29-2012, 11:16 AM
  5. [SOLVED] Macro Slow In Execution Under Excel 2002
    By samson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-02-2005, 04: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