10-26-2005 11:21 PM
10-27-2005 12:30 AM
10-27-2005 08:02 PM
Thanks! Also, my data was overextending the spreadsheet's limit, how would I cut down on that?? Would I change the frequency (in the program) or do something with the settings somewhere??
Thanks,
Bethany
10-28-2005 02:27 PM
Bethany,
One thing that would help with the data amount would be to add some sort of wait function (Wait or Wait Until Next ms Multiple) to your while loop. This will cause the loop to run less often, giving you less data and freeing up some CPU usage. You could also build in some sort of upper iteration limit as well that would stop the loop to prevent the overextension. Hope this helps!
Andy F.