![]() |
|
#1
|
|||
|
|||
![]()
Ah, OK, I didn't realize that if it would work in Power BI it would also work in Excel.
I did open your workbook and change the directory. It does give me a nifty listing of just the main project folders on the drive. My wrinkle is that I actually need the subfolders for invoices in each of the project folders. I am able to do that in Power Query, except for the few Invoices files that don't yet have invoices in them. I'm also able to add a column that trims the long folder just down to the project number, which gives me exactly what I need except for those few empty ones. I have tinkered around with the setup you shared, and I can only get it to list the main folders on the drive. What I do to get the subfolders is get a list of everything, then filter for where the folder path ends in "Invoices", then filter to uniques. Then I duplicate the folder path column and trim to just the project number, giving me the XLOOKUP info that I need to do the "auto-filing" VBA that Paul helped me figure out here (https://www.msofficeforums.com/excel...using-vba.html) If I'm missing something and there's a way to get into subfolders, I'll keep trying. Thanks! Ann |
#2
|
||||
|
||||
![]() Quote:
Are we talking only one level down of subfolders? Otherwise I'll have an explore in the coming days. |
#3
|
|||
|
|||
![]() Quote:
You're right, I think I just grabbed the wrong Powershell command line that I keep in Outlook Notes. That's the one I used to get the names of all the PDFs of the invoices, which I have changed to doing by PQ. The Powershell command that yields literally everything in the main folder (recursive) is: Code:
dir -n -r > dirlist.txt I suppose the other thing I could do is search out the few ...\Invoices\ subfolders that are empty and place a small dummy file in them? I think I'm like 90% there, so I'm not that worried about it. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Excel power query help | ganesang | Excel Programming | 0 | 09-20-2021 01:50 AM |
Browse, search and copy files from one location to another based on the list given in excel sheet us | nmkhan3010 | Excel Programming | 2 | 09-07-2020 10:27 AM |
Do I need a power query for this one? | shabbaranks | Excel | 5 | 04-10-2019 03:29 AM |
Query and Power Query not working Excel 2016 | bl10 | Excel | 0 | 07-22-2016 06:25 PM |
list folders and files using .vbs file | josianne | Excel Programming | 3 | 08-18-2014 03:03 PM |