View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eng Teng Eng Teng is offline
external usenet poster
 
Posts: 6
Default How do I display all the filename in a folder in excel ?

How do I display all the filename in a folder in excel ?
Example : In c:\abc folder got filename file1.txt , file2.txt and file3.txt

How do I display in excel in the following order :-
c:\abc\file1.txt
c:\abc\file2.txt
c:\abc\file3.txt

Regards,
Tee