Hi,
I am looking for a macro which copies data from one sheet to few other sheets based on the sheet type specified. (All the templates will be saved in a particular folder)
for Ex
EMP ID EMPNAME TEMPLATETYPE VARIBLEPAY TARGET PERFORMANCE
1 RAVI ABC.xlsx 1000 100000 85000
2 SURESH PQR.xlsx 2000 200000 220000
3 KAMAL XYZ.xlsx 3000 300000 150000
4 NILESH ZZZ.xlsx 4000 400000 385000
5 KAPIL BCD.xlsx 5000 500000 510000
In the above example based on the template type mentioned the macro has to open the sheet and update/paste the data mentioned based on the headers, because the cells in which data has to be load will differ template to template.
And finally it should save the file Ravi_ABC.xlsx format.
Thanks in Advance
I am looking for a macro which copies data from one sheet to few other sheets based on the sheet type specified. (All the templates will be saved in a particular folder)
for Ex
EMP ID EMPNAME TEMPLATETYPE VARIBLEPAY TARGET PERFORMANCE
1 RAVI ABC.xlsx 1000 100000 85000
2 SURESH PQR.xlsx 2000 200000 220000
3 KAMAL XYZ.xlsx 3000 300000 150000
4 NILESH ZZZ.xlsx 4000 400000 385000
5 KAPIL BCD.xlsx 5000 500000 510000
In the above example based on the template type mentioned the macro has to open the sheet and update/paste the data mentioned based on the headers, because the cells in which data has to be load will differ template to template.
And finally it should save the file Ravi_ABC.xlsx format.
Thanks in Advance