+ Reply to Thread
Results 1 to 2 of 2

Optimize a slow code...

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    8

    Optimize a slow code...

    Hi guys, I am new to VBA, I have done a code that does the following :
    get me all the speed variations and classify each of them to create a sort of histogram.

    Since a am pretty new to VBA, and to coding in general, my code is big and slow.
    If anyone could give me some nice pointer on how to optimize it will be very appreciated!
    (I got like 9817398172 for loops....)

    The code do this sequence :
    get the time and speed difference
    get the variation on these datas.
    find create duplicate of the datas if its on the same slope
    delete the duplicates
    find variation that has a difference of speed too small depending on the users input
    classify each data depending on histogram resolution
    End

    Please Login or Register  to view this content.
    edit :
    here is a piece of sample data:
    Please Login or Register  to view this content.
    Last edited by benoitly; 04-02-2013 at 10:40 AM.

  2. #2
    Registered User
    Join Date
    02-22-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Optimize a slow code...

    bump!!!!!!!!!!!1

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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