Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to be able to dump into a spreadsheet a list of all files within
a specified folder. Is this possible? Any help would be much appreciated - thanks :) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look in the vba help index for DIR
-- Don Guillett SalesAid Software "Pete at Sappi Fine Paper" wrote in message ... I would like to be able to dump into a spreadsheet a list of all files within a specified folder. Is this possible? Any help would be much appreciated - thanks :) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See http://tinyurl.com/28qhcj
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Pete at Sappi Fine Paper" wrote in message ... I would like to be able to dump into a spreadsheet a list of all files within a specified folder. Is this possible? Any help would be much appreciated - thanks :) |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are awesome - thank you!!!
"Don Guillett" wrote: Have a look in the vba help index for DIR -- Don Guillett SalesAid Software "Pete at Sappi Fine Paper" wrote in message ... I would like to be able to dump into a spreadsheet a list of all files within a specified folder. Is this possible? Any help would be much appreciated - thanks :) |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Several methods to accomplish this.......I like Tushar's best if importing to
Excel. To add a "Print Directory" feature to Explorer, go to this KB Article. http://support.microsoft.com/default...EN-US;q272623& Or you can download Printfolder 1.2 from..... http://no-nonsense-software.com/freeware/ I use PF 1.2 and find it to be more than adequate with custom features. OR Go to DOS(Command) prompt and directory. Type DIR MYFILES.TXT All the above create a *.TXT file which can be opened in Notepad or Excel. One more method if you want to by-pass the *.TXT file and pull directly to Excel is to use Tushar Mehta's Excel Add-in. This allows filtering and sorting once you have the data in Excel. http://www.tushar-mehta.com/ scroll down to Add-insDirectory Listing. Download the ZIP file and un-zip to your Office\Library folder. Gord Dibben MS Excel MVP On Mon, 2 Apr 2007 13:00:00 -0700, Pete at Sappi Fine Paper wrote: I would like to be able to dump into a spreadsheet a list of all files within a specified folder. Is this possible? Any help would be much appreciated - thanks :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to List the names of the subfolders present in the folder (path of folder is given in the textbox by user ) | Excel Programming | |||
I need an excel sheet to creating a new folder every month, and save a new spreadsheet every day, untill the next month, when it creates a new folder | Excel Programming | |||
Help: Can open a spreadsheet in a folder which contains spaces in the folder name! | Excel Programming | |||
contents of folder | Excel Programming | |||
Dumping the contents of a VBA array to a sheet | Excel Programming |