All,
I have 3 macros in Place
Macro 1 - Read the sheets from excel workbook.
Macro 2 - Once i read a Particular tab I'm transposing the Data using Record ID, USER ID , USER FOLDER
-- The transpose works fine for the first three tabs since the column headers are same.
-- when i want to read the sheet 4 the column headers are different so i wanted the transpose to be dynamic to use M_ID and FILE ID
-- when i want to read the sheet 5 the column headers are different so i wanted the transpose to be dynamic to use F_ID and FILE ID
Macro 3
I'm using a summarize tool where i wanted the summarize to be dynamic based on above.
Attached the Sample Data.