Hi,
I've built a macro where it succesfully unions all csv files in a specific folder. However, I have 50 other folders that contains csv files (all same type), so I need to go one by one to union csv files in each folder with a macro.I just want to have a single output that contains all csv files in 50 folders
Is there a shortcut to this?
EX: Folder A
SUBFOLDER AB--contains 10 csv files
SUBFOLDER AC--contains 15 csv files
SUBFOLDER AD--contains 11 csv files
....
....
Instead of setting my macro one by one, I would like to union all csv files under folder A
Thanks (I attached screenshots from my workflow)