Excel summary of many excel files data into one report excel

前端 未结 2 1977
傲寒
傲寒 2021-01-25 05:56

I have a number of excel files containing filled survery, now I would like to have one master document that would have summary result of each.

Thus I imaging to have for

2条回答
  •  情话喂你
    2021-01-25 06:42

    You are on the right track. It is not difficult and I don't think there is an easier way to get data from another workbook. Write a function and you can reuse the code easily.

    If the macros are only needed to compile the survey data, you can remove the macros from the xls file that is filled out. Otherwise you will need to modify the security permissions on each computer or digitally sign the project.

提交回复
热议问题