Dear VBA experts,
I would like to combine all the data of each same name worksheet into one worksheet.
For example, there are 3 (or more than 3) xlsx files which are currently open;
1st xlslx file with 4 sheets named "TODO", "DONE", "FUTURE", "PAST"
2nd xlslx file with 3 sheets named "TODO", "FUTURE", "TODAY"
3rd xlsx file with 3 sheets named "TODO", "DONE", "TOMORROW"
Then running a macro will open a new xlsx file and then have the sheets named as below with combined data ;
TODO (data of TODO sheet of 1st, 2nd, 3rd xlsx are combined)
DONE (data of DONE sheet of 1st, 3rd xlsx are combined)
FUTURE (data of FUTURE sheet of 1st, 2nd xlsx are combined)
PAST (data of PAST of 1st xlsx)
TODAY (data of TODAY of 2nd xlsx)
TOMORROW (data of TOMORROW of 3rd xlsx)
Could any one of you help?
Warm wishes,
sklee
I would like to combine all the data of each same name worksheet into one worksheet.
For example, there are 3 (or more than 3) xlsx files which are currently open;
1st xlslx file with 4 sheets named "TODO", "DONE", "FUTURE", "PAST"
2nd xlslx file with 3 sheets named "TODO", "FUTURE", "TODAY"
3rd xlsx file with 3 sheets named "TODO", "DONE", "TOMORROW"
Then running a macro will open a new xlsx file and then have the sheets named as below with combined data ;
TODO (data of TODO sheet of 1st, 2nd, 3rd xlsx are combined)
DONE (data of DONE sheet of 1st, 3rd xlsx are combined)
FUTURE (data of FUTURE sheet of 1st, 2nd xlsx are combined)
PAST (data of PAST of 1st xlsx)
TODAY (data of TODAY of 2nd xlsx)
TOMORROW (data of TOMORROW of 3rd xlsx)
Could any one of you help?
Warm wishes,
sklee