Hi All
I have just been given 225 CSV files that need to be imported, text to columns (comma delimited) and pasted one under the other - to form one continuous worksheet
I need to get a macro in place where I can have the open file dialog - select the CSV - macro finds next empty row - imports the CSV to this point - splits the file by comma.... then the whole process can be repeated
Any ideas / help?
Should be a simple import VBA, with a find next row and then text to column command?
I have just been given 225 CSV files that need to be imported, text to columns (comma delimited) and pasted one under the other - to form one continuous worksheet
I need to get a macro in place where I can have the open file dialog - select the CSV - macro finds next empty row - imports the CSV to this point - splits the file by comma.... then the whole process can be repeated
Any ideas / help?
Should be a simple import VBA, with a find next row and then text to column command?