I have tab delimited text files that have date/time in excel serial format (34567.6256345). I want to collect the data from the 1st, 4th & 8th columns, convert them to normal time (yymmdd hh:mm:ss:ss) and then write the new format to a temporary file. I'm familar with how to parse data, create temp files and change the format. My problem is that I'm not sure how to blend all three together. Any suggestions or advice?