+ Reply to Thread
Results 1 to 5 of 5

Need help making this faster

  1. #1
    Registered User
    Join Date
    01-14-2016
    Location
    Austin, Tx
    MS-Off Ver
    2010
    Posts
    2

    Need help making this faster

    Is it ok to ask for help?
    I need to make this faster:

    Please Login or Register  to view this content.
    Last edited by mcsejung; 01-14-2016 at 04:14 PM. Reason: Added missing CODE tags. Please read and follow the Forum Rules, link above in the menu bar. Thanks.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help making this faster

    What is this code supposed to do? Perhaps if you posted a sample workbook showing some sample fake data (20-30 rows max, should suffice), then we can run this macro and observe it's effects.

    Or post a workbook with BEFORE/AFTER examples already there....

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-14-2016
    Location
    Austin, Tx
    MS-Off Ver
    2010
    Posts
    2

    Re: Need help making this faster

    Example.jpg

    It highlights the first name from a series of the same name (the first 10 columns A-J)

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help making this faster

    Without attempting to rewrite... eliminating human actions from the code should help. VBA normally has no need to "select" anything before acting on it.

    So maybe change these two line:
    Please Login or Register  to view this content.
    ...to simply:
    Please Login or Register  to view this content.
    There are two places in your code where that would help.


    Also, above the DO you can turn off the screen to speed up execution,
    Please Login or Register  to view this content.
    and turn it back on below the loop:
    Please Login or Register  to view this content.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help making this faster

    Thanks for the feedback.

    As it appears you've reached a conclusion, I've marked this thread SOLVED for you.
    FYI, this is done through the Thread Tools located above the first post in this thread. Thanks.

+ 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. Making a VBA code faster
    By Human2014 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-15-2014, 01:20 PM
  2. making formulas faster
    By ammartino44 in forum Excel General
    Replies: 5
    Last Post: 09-20-2014, 05:56 AM
  3. [SOLVED] Help making VBA macro run faster
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-09-2014, 08:37 AM
  4. [SOLVED] Need Help Making Macro Run Faster
    By bigkahuna2187 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-08-2012, 07:38 AM
  5. Making Macro Run Faster
    By nalgene5622 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2012, 10:26 AM
  6. Making a report run faster
    By fodeps in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-11-2009, 12:56 PM
  7. Help making code run faster
    By dignityy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2006, 11:42 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