I have file paths in the format - \\abc.ad.def.com\home2\desk\SID\jpmDesk\Desktop\01- USMT\Diary.xlsx|||Events
There are folder names like 01 - XYZ,02 - ABC,01 - ABC xyz, 03 - DEF etc.
All these folders have a file called diary.
I want to combine the diaries files of all folders having the same first 2 character so 01 - XYZ, 01 - ABC xyz diaries would combined.
How can I do this? I have used a macro to open all the files with Diary name so far.