File (1 Viewer)

Andy Teal

New member
Local time
Today, 18:03
Joined
May 11, 2023
Messages
28
Hello,
 
Last edited:

Gasman

Enthusiastic Amateur
Local time
Today, 13:03
Joined
Sep 21, 2011
Messages
14,454
I still use the command window for stuff like that. :)

dir *.accde > accde.txt

Then open the file in notepad. If you use a csv extension, then it would open with Excel.
Otherwise I would likely use Dir() and add each file to an excel sheet with VBA.
 

Andy Teal

New member
Local time
Today, 18:03
Joined
May 11, 2023
Messages
28
I still use the command window for stuff like that. :)

dir *.accde > accde.txt

Then open the file in notepad. If you use a csv extension, then it would open with Excel.
Otherwise I would likely use Dir() and add each file to an excel sheet with VBA.
thank you so much for your feedback. I was just wondering if there was a simple way of capturing the results in the file Explorer, as is, into Excel. "Copying as path," does not include the additional info. such as size, last modified, etc.
"Copy"ing the results, it copy the files as they are and not just the list.
So, not using the cmd window, and not using snip, no need the image, is there anyway we can capture the list from file explorer into Excel?
 

KitaYama

Well-known member
Local time
Today, 21:03
Joined
Jan 6, 2022
Messages
1,575
Easier way? I don't promise but
many years ago I used Excel to have a list of my music.

Check FILE function in excel. I have not used it in centuries.
 

Isaac

Lifelong Learner
Local time
Today, 05:03
Joined
Mar 14, 2017
Messages
8,871

Users who are viewing this thread

Top Bottom