
July 24th, 2003, 08:07 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
VB or not VB, that is my question
Hi,
I am working in science and I have a lot of number crunching to do. I can fool around a bit with Qbasic, but this is not flexible enough anymore. I was looking in excel and found this the Visual Basic thing. This is the problem:
1. There is a machine, who creates a file with 200+ data points (x,y).
2. The file has to be imported in Excel
3. The x-values are not following each other in a sequential way (x=1,5,9,45,46,67,90,112…., in stead of 1,2,3,4,5,6….) .
4. I like to get my x-values in sequential order, and if there was no x-value, the corresponding y-value should be zero.
5. The program should check if my y-values are true data points.
6. The remaining datapoints are processed in a excel spreadsheet.
Is Visual Basic the right tool to solve my problem?
Cheers,
Martijn
|