cut and paste filenames from explorer window

  • Thread starter Thread starter david
  • Start date Start date
D

david

How can I cut and paste a filename from an explorer window
into an excel spreadsheet.
 
david

Select the file in Explorer, then click on it again - as if you're about to
rename it. That allows you to right-click and Copy and left-click and Paste
in Excel.

Andy.
 
Hi david
You could try this in a cell on your worksheet

=cell("filename")
(this is atually "filename") ie type "filename"

Mathew
 
There are a lot of shareware/freeware options that allow you to grab the file
list from windows explorer.

I search www.shareware.com and found this one (untried, though):

http://download.com.com/3000-2248-7706254.html

Another way is to get to a DOS prompt and traverse to your folder.

Then type:

dir > dir.txt

Then inside excel, file|open that dir.txt. You'll see the data import wizard
and you can parse the file into nice columns.
 

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