+ Reply to Thread
Results 1 to 2 of 2

Fastest way to record temporary data results for analysis

  1. #1
    Forum Contributor stockgoblin42's Avatar
    Join Date
    05-26-2011
    Location
    vancouver, canada
    MS-Off Ver
    Excel 2010
    Posts
    222

    Fastest way to record temporary data results for analysis

    Hi,

    I'm looping through a data set and retrieving about 100 results of 5 numbers. Now, as each result is gained, I insert a space to a seperate sheet, copy the five numbers and then return to the loop to get the next positive result. After the loops have finished going through the data set, I copy the list of results to an analysis page and then impose some conditions on each result. The analysis takes mere seconds, it's the getting the data list that's bogging down the program. I was wondering what is a better, faster way to record these results. I'm fairly new to VBA so I'm unfamiliar with the ways to handle temporary results. I don't need to reference these results later, I just gather them, analyze them and stop the program if they meet a very specific condition.

    any ideas?
    live logic & long prosper

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

    Re: Fastest way to record temporary data results for analysis

    You may need to assign(Upload) the range in to an array, loop through the array using what ever condition you set up. When all is done, you can copy the adjusted array back in to a range. Normally, looping though an array is much more efficient than looping through a range.

+ 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. Replies: 2
    Last Post: 06-28-2013, 08:43 AM
  2. Data Analysis ("Fastest column"?)
    By DataGeekXLS in forum Excel General
    Replies: 8
    Last Post: 01-25-2013, 08:43 PM
  3. Replies: 0
    Last Post: 01-26-2009, 08:39 PM
  4. [SOLVED] how do I report data of court cases ,results,analysis,.....
    By Ziad NT in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 05-12-2006, 06:45 PM
  5. [SOLVED] How to refresh data analysis tool results
    By stips2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-30-2005, 05:30 PM

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