HI,
I have multiple Excel files with same worksheet names. I want a macros to merge the worksheets with same file name into new Excel File.
Example:
File Name A >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
File Name B >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
File Name C >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
Output:
New File. Data of worksheet name Annex1.1 from all 3 excel files to be merged and stored in Worksheet Name Annex1.1, Data of worksheet name Annex1.2 from all 3 excel files to be merged and stored in Worksheet Name Annex1.2, Data of worksheet name Annex1.3 from all 3 excel files to be merged and stored in Worksheet Name Annex1.3 and so on..........
But the Heading should not be repeated from all the files. I have my heading from A4 so it should not be repeated while combining the file.
Please help me with the VBA script code.
I have multiple Excel files with same worksheet names. I want a macros to merge the worksheets with same file name into new Excel File.
Example:
File Name A >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
File Name B >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
File Name C >>> Worksheet names >>> Annex1.1, Annex1.2, Annex1.3, Annex1.4 and so on
Output:
New File. Data of worksheet name Annex1.1 from all 3 excel files to be merged and stored in Worksheet Name Annex1.1, Data of worksheet name Annex1.2 from all 3 excel files to be merged and stored in Worksheet Name Annex1.2, Data of worksheet name Annex1.3 from all 3 excel files to be merged and stored in Worksheet Name Annex1.3 and so on..........
But the Heading should not be repeated from all the files. I have my heading from A4 so it should not be repeated while combining the file.
Please help me with the VBA script code.