I have a list of suppliers of car components in a text file, called Suppliers.txt, in the path C:\Suppliers\Suppliers.txt, and a list of names of cars, also in a text file, in the path name C:\Cars\Cars.txt.
The file [Suppliers.txt] contains names of suppliers separated by a hard return
supplier 1 [hard return]
supplier 2 [hard return]
etc.
The file [Cars.txt] contains names of cars separated by a hard return
Volvo [hard return]
BMW [hard return]
etc.
Is it possible to load these two lists with a VBA-macro into columns A and B of an Excel-spreadsheet, each item in the files ending up in a separate cell in column A and column B?
Thank you in advance,
CA
The file [Suppliers.txt] contains names of suppliers separated by a hard return
supplier 1 [hard return]
supplier 2 [hard return]
etc.
The file [Cars.txt] contains names of cars separated by a hard return
Volvo [hard return]
BMW [hard return]
etc.
Is it possible to load these two lists with a VBA-macro into columns A and B of an Excel-spreadsheet, each item in the files ending up in a separate cell in column A and column B?
Thank you in advance,
CA
Last edited: