Ok, i'll try to clarrify. Really i just need a code that will import all of the data on the page without omitting anything and treat it as space delimited. The data text files, which are *.fwd files may not necessarily all be structured the same. There structure for the most part is:

Title: xxxxxx
INfo: xxxxxxxx
More infor:xxxxxxx

Data1 Data2 Data3 Data4 Data5 Data6 Data7
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx

Also, the files will have varying number of rows. If the above is one text file, two files imported (will need more than two imported however) would look like this:

Title: xxxxxx
INfo: xxxxxxxx
More infor:xxxxxxx

Data1 Data2 Data3 Data4 Data5 Data6 Data7
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx

Title: xxxxxx
INfo: xxxxxxxx
More infor:xxxxxxx

Data1 Data2 Data3 Data4 Data5 Data6 Data7
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx
xx xx xx xx xx xx xx

I have a code already that will sort this out once imported. The most important thing is that the data in the format xx xx xx xx be placed in different cells.
Thanks,
Drew