View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
RaY RaY is offline
external usenet poster
 
Posts: 164
Default VBA routine (101)

Thanks very much



"Tushar Mehta" wrote:

Directory List
http://www.tushar-mehta.com/excel/so...ist/index.html

Puts the results in an XL file, which can then be saved as a text file.

Basic capability is free. Enhanced capabilities require purchase of a
license.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Does anyone have a VBA routine that would would print the name of each
subdirectory and the contents of each of these directories into a text file?

For example you would point it to a specified directory and the routine
would locate each subdirectory and print the subdirectory name and its
contents to a text file then locate the next subdirectory and print its
contents etc, etc. The final output would list each subdirectory and all its
contents.

Thanks