I am new at VBA. I am working with data for a science fair project, and the data is very very very precise. The data is taken every .02 seconds. I do not need all of this data. Here is an example line of data:
"2003153 21:00:00.000 284.00"
I would like to have VBA somehow take all of the data for 10 seconds... and make an average of it and just delete all of the other data. Then continue on to the next 10 seconds, and repeat. Finally, I would like to take all of this data and convert it to Excel to graph. Above... "21:00:00.000" is the time stamp, I would like to have it put that in one column in Excel, and the "284.00" in the next column, since that is the data number. Can anybody help me? I'm clueless. Thanks everybody!
"2003153 21:00:00.000 284.00"
I would like to have VBA somehow take all of the data for 10 seconds... and make an average of it and just delete all of the other data. Then continue on to the next 10 seconds, and repeat. Finally, I would like to take all of this data and convert it to Excel to graph. Above... "21:00:00.000" is the time stamp, I would like to have it put that in one column in Excel, and the "284.00" in the next column, since that is the data number. Can anybody help me? I'm clueless. Thanks everybody!