I'm trying to write a routine in VBA which will automatically check a directory for DIF (Data Interchange Format) files and import the data into a table. I can manually do this using Excel, however I need to automate this process and I'd rather not use Excel via COM. I've searched the web for some sample code to do this from within VB6 and export to SQL server, but I can't find anything that will point me in the right direction.