HI,
I am a beginner in Excel and need help in writing a VBA code. We work in Excel 2010 and every week I need to prepare a consolidated excel file after merging all the Shared excel files in a folder. I do it manually by copy paste and it takes lots of time and effort. Could someone help me to do it via VBA code. Things that I need are:
1: All data is in Sheet1 of every Excel workbook
2: Row 1 contains the column names in every excel file so I need that the hadings are being copied to consolidated sheet only once and from other files in folder the data is being copied from Row 2. (If Possible)
2: As we work on a shared excel file so sometimes it has filters applied on columns as well, so i need to remove filters as well before I copy the rows.
Thanks for your time.
I am a beginner in Excel and need help in writing a VBA code. We work in Excel 2010 and every week I need to prepare a consolidated excel file after merging all the Shared excel files in a folder. I do it manually by copy paste and it takes lots of time and effort. Could someone help me to do it via VBA code. Things that I need are:
1: All data is in Sheet1 of every Excel workbook
2: Row 1 contains the column names in every excel file so I need that the hadings are being copied to consolidated sheet only once and from other files in folder the data is being copied from Row 2. (If Possible)
2: As we work on a shared excel file so sometimes it has filters applied on columns as well, so i need to remove filters as well before I copy the rows.
Thanks for your time.