When I open up a data file and have Excel seperate the data, it works fine. However, my problem is that this data file was created and formatted to be printed out, so at they determined how many lines would print out in a page, and on each page put a header that looks like the following:
USE CAUTION: ENSURE DATA IS REASONABLE
DATA MAY NOT BE CURRENT
(UPDATED ON 2003153 AT 4:03:21 GMT)
======= Start data file number ==> 1
WT011530400 2003153 0401
CCAFS/KSC WIND TOWER DATA 0400Z 02 JUN 03
05 MIN 05 MIN 10 MIN
AVERAGE PEAK PEAK TMP
TOWER HGT AV DIR SPD DIR SPD DIR SPD DEV TMP DIF DP RH PRE
FT MIN DEG KTS DEG KTS DEG KTS DEG F F F % MB
I would like to have it find that mess above (right now it cuts it up and puts it in different columns since I am using fixed-width to seperate the data. I would like it to remove this data, but find the timestamp in that header and make a new column next to each data line so I can have my macro import multiple files and add a time stamp so I can make a graph. Anybody have any suggestions?
USE CAUTION: ENSURE DATA IS REASONABLE
DATA MAY NOT BE CURRENT
(UPDATED ON 2003153 AT 4:03:21 GMT)
======= Start data file number ==> 1
WT011530400 2003153 0401
CCAFS/KSC WIND TOWER DATA 0400Z 02 JUN 03
05 MIN 05 MIN 10 MIN
AVERAGE PEAK PEAK TMP
TOWER HGT AV DIR SPD DIR SPD DIR SPD DEV TMP DIF DP RH PRE
FT MIN DEG KTS DEG KTS DEG KTS DEG F F F % MB
I would like to have it find that mess above (right now it cuts it up and puts it in different columns since I am using fixed-width to seperate the data. I would like it to remove this data, but find the timestamp in that header and make a new column next to each data line so I can have my macro import multiple files and add a time stamp so I can make a graph. Anybody have any suggestions?