T
TerryM
First off let me say that i'm pretty much a VBA Beginner.
My issue is I have to go out onto the internet and download a text file.
The Text file has multiple different columns and over 7000 rows. Out of
there 7000+ rows I only need about 150 of the rows. The rows are broken down
by contract tag such as "BB" or "CC" and so on then Month then Year then
Todays Settlement, etc. Out of all these rows I need the one's with the
contract tag "EJ" and "EM", this would be rather easy to just import them
into Excel and do a Paste link to a different location and then have Access
import the named range. However the amount of contract tags change on a
daily basis. One day "EJ" could start on row 3000 and the next it could be
2900 or 3019, etc.
So what I need to figure out is how to parse just the rows and the 4 colomns
that I need out and import just that data into a Access table.
Here is a link to the text file in question:
http://www.nymerc.com/futures/innf.txt
My issue is I have to go out onto the internet and download a text file.
The Text file has multiple different columns and over 7000 rows. Out of
there 7000+ rows I only need about 150 of the rows. The rows are broken down
by contract tag such as "BB" or "CC" and so on then Month then Year then
Todays Settlement, etc. Out of all these rows I need the one's with the
contract tag "EJ" and "EM", this would be rather easy to just import them
into Excel and do a Paste link to a different location and then have Access
import the named range. However the amount of contract tags change on a
daily basis. One day "EJ" could start on row 3000 and the next it could be
2900 or 3019, etc.
So what I need to figure out is how to parse just the rows and the 4 colomns
that I need out and import just that data into a Access table.
Here is a link to the text file in question:
http://www.nymerc.com/futures/innf.txt