FTF-Get-List-of-All-Files-in-a-Folder-Using-Excel-Macro
|

Fast Tip Friday – Get List of All Files in a Folder Using Excel Macro

In a previous FTF video entitled Using DOS to Create File Listing, I demonstrated how to use DOS commands to create a file listing. This fast tip demonstrates how to use an Excel VBA macro to generate a file listing in Excel.

In other FTF videos I have demonstrated how to use Excel VBA macros to (1) generate a folder listing in Excel (instead of a file listing), and (2) generate a file listing in Excel that includes hyperlinks to each file.

Download Sample Files

Similar Posts

5 Comments

  1. Very nice. A nice alternative to my tried and true ‘dir /b /s > List_All.txt’ in the command prompt. Thanks! 🙂

  2. Hey Ana – Good to hear from you. I have that topic on my list, but I was having trouble getting the VBA macro to work correctly. I tabled it for later. You might see it show up at some point.

Leave a Reply

Your email address will not be published.