+ Reply to Thread
Results 1 to 2 of 2

Slow Running Code when Inserting Column

  1. #1
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Ventura, united States
    MS-Off Ver
    Excel 2010
    Posts
    346

    Slow Running Code when Inserting Column

    Whenever I insert a Column (or delete) in my VBA code it runs extremely slow. Other code that seems way more complicated seems to run much quicker. Is there a way that I can program this differently so that it runs faster?

    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,651

    Re: Slow Running Code when Inserting Column

    Hard to say definitively without knowing more detail.

    Here are some general tips to make code run faster.
    Optimize Slow VBA Code
    The Application.ScreenUpdating=False tip could be a major improvement if you are looping several column inserts. Or if you have a lot of formulas, you may want to temporarily set the Calculation Mode to manual.
    Last edited by AlphaFrog; 04-10-2013 at 04:26 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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