Hi, I am very new using VBA (just started couple of hours ago) and I can't seem to make any code work. I have multiple text files in one folder. I collect multiple files every day. The files are not coma separated. So I am trying to import multiple files onto one worksheet.
I want to separate the data of each file into columns and also have all the data of each file in one excel sheet.
Usually the data on each file looks like this:
1.3338946755,0.0262078755
1.3345811935,0.0266146902
1.3352677114,0.0257036537
1.3359542293,0.0267986581
1.3366407473,0.0267906375
1.3373272652,0.0267787594
1.3380137831,0.0262176413
1.3387003011,0.0262094792
Thanks in advanced!!
I want to separate the data of each file into columns and also have all the data of each file in one excel sheet.
Usually the data on each file looks like this:
1.3338946755,0.0262078755
1.3345811935,0.0266146902
1.3352677114,0.0257036537
1.3359542293,0.0267986581
1.3366407473,0.0267906375
1.3373272652,0.0267787594
1.3380137831,0.0262176413
1.3387003011,0.0262094792
Thanks in advanced!!