Hello Guys,
Here is my problem:
I have a document that will contain six columns of data (all numeric). Column headings are (acct, control, cus, shr, nave, ndf). I would like my program to read the acct field until it reaches the value of "0094950" but along the way i would like it to count all of the rows that it passed in order to reach this particular row with "0094950" . When it reaches that field I would like to store all six of those columns in an array named "direct" in which 0 = acct; 1 = control ...etc . I would then like to make calculations based on the fields for instance shr * nave = calcvalu and store it as number seven in the array. I know that I would probably have to ReDim those statements in order for this to work.
Could someone please give me some ideas or a jump start on this project?
I appreciate any ideas
Thanks
Ric
Here is my problem:
I have a document that will contain six columns of data (all numeric). Column headings are (acct, control, cus, shr, nave, ndf). I would like my program to read the acct field until it reaches the value of "0094950" but along the way i would like it to count all of the rows that it passed in order to reach this particular row with "0094950" . When it reaches that field I would like to store all six of those columns in an array named "direct" in which 0 = acct; 1 = control ...etc . I would then like to make calculations based on the fields for instance shr * nave = calcvalu and store it as number seven in the array. I know that I would probably have to ReDim those statements in order for this to work.
Could someone please give me some ideas or a jump start on this project?
I appreciate any ideas
Thanks
Ric