Hi and thank you!
The purpose of joining the data is of prep-work character, and will be used in another program. My job is to provide the data from my system.
The number of workbooks is 13 and they all have headings.
Column A and B in each separate workbook are all related where "Date" is in col A and "value" is in col B.
The workbooks contain the same number of rows and follow the number of workdays there is in a month.
Sample would be
Date Value
YYYYMMDD 100
YYYYMMDD 101
YYYYMMDD 103
The summary should be in a new workbook, yes.
The reason why i want it in VBS is because I can use the taskscheduler to run it at any time depending on when the workbooks are created.
I dont have any code so far. Ive been looking at some code where they are joining excel files using the same columns.
Thank you