I am trying to use the File Merger.xlsm to merge the file (hopefully multiple files in the future) to creat one file.
After Merging, I'm trying to make a VBA code to copy all the values in File Merger.xlsm Design basis sheet A1:D7 to all the sheets in Report.xlsx. the code I wrote works after merging it but it does not work after deleting and merging the same file again. I was hoping to make a code that will work will different files (ex. Report1, Report2...etc) that has same sheet names(Basis, Report, conclusion...etc)
Any help will be much appreciated.