I am trying to create some VBA code to do the following:
A specific folder contains multiple excel files and each tab has the name of a (let's say) city.
An excel list defines to which country a city belongs. (column A = London, Paris, Boston, New-York and column B = U-K, France, U.S, U.S)
I would like a code looping through the folder and creating an additional file per country regrouping all the cities (there is only one tab per city but there are multiple files)
So far, nothing I tried seems to work.