Transferring File names to Excel

  • Thread starter Thread starter John M Carter
  • Start date Start date
J

John M Carter

I have a lot of Audio files in mp3 format and I want to transfer the file
names into a spreadsheet - not the files themselves. Is there a simple way
of doing this. Any help gratefully received.
 
John M Carter said:
I have a lot of Audio files in mp3 format and I want to transfer the file
names into a spreadsheet - not the files themselves. Is there a simple way
of doing this. Any help gratefully received.
You first get a list of all the files.
Then you import that list into your spreadsheet.

One way to get the list is:

Start/Run Cmd
cd <folder>
dir > file.txt
exit

There are other ways to get a list of files...

It is up to you to know how to load file.txt into your spreadsheet program.

Jim
 
paste it using tab seperation that will paste each in different cells.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top