I have several workbook(.xlsx) that have only 1 sheet per workbook. I would like to loop through all the workbooks in the folder one by one and find certain cells with specific keywords and
copy the cell adjacent to it. Next, copy all the cells and paste it in a master file into its respective column header.
the difficulty here is that for every workbook - the specific keywords I want to find are in different cell. But they are in every workbook.
For anomaly purpose - the keyword I want to find in each workbook are:
Objectives
Conditions
Period
Product
Total
copy the cell adjacent to it. Next, copy all the cells and paste it in a master file into its respective column header.
the difficulty here is that for every workbook - the specific keywords I want to find are in different cell. But they are in every workbook.
For anomaly purpose - the keyword I want to find in each workbook are:
Objectives
Conditions
Period
Product
Total