I have a Master.xlsm workbook, and some excels files (File 1.xlsm, File 2.xlsm) from which I would like to transfer their data into the master workbook. The job here is two folds:
1- Search for the tab from File 1 in the Master and if it exists, then skip it, if not then replace tab that do not belong in File 1 and File 2 (Note that File 1 and File 2 have the same tabs).
In the Master workbook, I do not want to touch tabs "Assets A", and "Assets B". Master.xlsm changes periodically based on File 1 and File 2.
2-Transfer the data (F1_Price, F2_Price) from the tabs from File 1, File 2 into the Master workbook.
I started putting together a code to do the job, but I am unable to finish it. Any help is appreciated.
I am not sure why I was not able to upload macro files, so i dropped screen shots. Hope that helps.
Thanks
1- Search for the tab from File 1 in the Master and if it exists, then skip it, if not then replace tab that do not belong in File 1 and File 2 (Note that File 1 and File 2 have the same tabs).
In the Master workbook, I do not want to touch tabs "Assets A", and "Assets B". Master.xlsm changes periodically based on File 1 and File 2.
2-Transfer the data (F1_Price, F2_Price) from the tabs from File 1, File 2 into the Master workbook.
I started putting together a code to do the job, but I am unable to finish it. Any help is appreciated.
I am not sure why I was not able to upload macro files, so i dropped screen shots. Hope that helps.
Thanks