Export list of file names from windows explorer

  • Thread starter Thread starter Carlton Berry
  • Start date Start date
C

Carlton Berry

I am trying to export a list of file names displayed in
Windows Explorer so I can put them into an Excel
worksheet. The only thing I have found so far is to do a
screen print then rekey the file names. Surely there is a
better way.
 
Excellent, excellent question! This is one of the things that drive unix
nerds completely nuts about windows.

There may be a slicker way to do this but if I was doing this I would use
"DOS" and redirect the dir command to a file, and then import the result
into excel.

The DOS redirect looks like:

start>run cmd

and then in the dos window: dir/b > foo.txt

the file foo.txt can then be imported

cp
 
Colin

There is a better way.

Tushar Mehta(XL MVP) has written an Excel add-in that does just what you want
directly into Excel.

http://www.tushar-mehta.com/

Click on Directory List link.

Gord Dibben XL2002
 

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