File

Andy Teal

New member
Local time
Tomorrow, 04:48
Joined
May 11, 2023
Messages
28
Hello,
 
Last edited:
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.
 
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?
 
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.
 

Users who are viewing this thread

Back
Top Bottom