Hi
I have .txt-files that are created automatically every night with measuring data. I wish to import these txt-files to a excel spread sheet on daily basis where the .txt file is put in a separate sheet.
The .txt files are named with the date, ie yymmdd.txt and the sheets in excel should get that very same name.
This import should be run every time I open up this Excel-file so that every .txt is imported. Also those .txt files that already has been imported shouln't been imported again.
The code for the import itself is no problem for me but I can't get the auto naming and the check if it has already been done to work.
Is there also a way to automatically get the Excel-file to import the -.txt's without beeing opend manually? Perhaps a shecduleing program to do this?
Help me and I'm greatful!
I have .txt-files that are created automatically every night with measuring data. I wish to import these txt-files to a excel spread sheet on daily basis where the .txt file is put in a separate sheet.
The .txt files are named with the date, ie yymmdd.txt and the sheets in excel should get that very same name.
This import should be run every time I open up this Excel-file so that every .txt is imported. Also those .txt files that already has been imported shouln't been imported again.
The code for the import itself is no problem for me but I can't get the auto naming and the check if it has already been done to work.
Is there also a way to automatically get the Excel-file to import the -.txt's without beeing opend manually? Perhaps a shecduleing program to do this?
Help me and I'm greatful!