Thread: file conversion
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Mark Ivey[_2_] Mark Ivey[_2_] is offline
external usenet poster
 
Posts: 171
Default file conversion

Do you want to access the files' properties, or just to work with the file
names?

If you want to work with the file names, please explain what the original
format is (GEN_UNIEK_CNTRMAN_2008_15_03_34).

Mark

"Rpettis31" wrote in message
...
I receive files 2x daily with tracking information that is in a txt
format.
The files come in the name format example GEN_UNIEK_CNTRMAN_2008_15_03_34.
I would like to know how to get the time date stamp to access these files
by
using the GEN_UNIEK_CNTRMAN_2008-* and the date to open these files.

I have code that works to convert the file and save it as an xls.

So I just need to know how to pull these other files that have been stored
for the past year.

Thanks