Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to print out a list of all the files in some of my
document directories e.g. All the songs in My Music. Is it possible to copy the contents of a directory into a worksheet for editing and printing? If not, does anyone know of any software that will do the job for me? Tia |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is a link to a similar discussion from last summer:
http://groups.google.com/group/micro...f917eac 4be8f |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is one way http://tinyurl.com/8l2z2
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Bampah" wrote in message oups.com... I would like to print out a list of all the files in some of my document directories e.g. All the songs in My Music. Is it possible to copy the contents of a directory into a worksheet for editing and printing? If not, does anyone know of any software that will do the job for me? Tia |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Bampah" wrote in message oups.com... I would like to print out a list of all the files in some of my document directories e.g. All the songs in My Music. Is it possible to copy the contents of a directory into a worksheet for editing and printing? If not, does anyone know of any software that will do the job for me? Tia This is one of those simple dos jobs Explorer makes difficult -- redirect the file directory to a text file then open it in Excel for whatever further processing you want. [start], [run] to bring up the windows run box command [enter] for a dos prompt cd "c:\my documents\my music" (or wherever your subdirectory is; need " if there are spaces) dir *.* filelisting.txt exit (to close dos window) star Excel and open open c:\my documents\my music\filelist.txt for whatever further processing you want |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks guys. I went with Jim Cone's 'List Files' add-in and it does the
job perfectly. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Staying it its own directory. | Excel Worksheet Functions | |||
Listing Directory Contents in Worksheet | Excel Discussion (Misc queries) | |||
Directory listing | Excel Discussion (Misc queries) | |||
change directory for refresh data | Excel Discussion (Misc queries) | |||
How do I insert the directory path in my Excel file? | Excel Worksheet Functions |