Dear all,
I wrote a VBA macro (partly mine and partyl snippets from the Internet) that lists all files that are contained in all zip files the macro can find in the starting path:
folder_path = "C:\Users\[MYNAME]\Desktop\prod".
This works. It runs through every Folder down to zipArchive which...