Hey all, I have multiple workbooks ( Survey_RP.xlsm, Survey_CH.xlsm, etc.. They all start with "Survey" and have a "_" and then the individuals initials next to them ) in 1 file location. Inside each workbook ( They are all the same ) there is a Sheet labeled "results". In that sheet there is only a little data (A1:C7).
I would like to run a query inside the master workbook where it will open all the other excel Survey workbooks and transfer the data from Sheet "results" in Cells A1:C7 and place that data into the master workbook. So in the master workbook there would be only three columns of data A-C and it would keep filling up the rows downward with the data from the other workbooks.
I hope that makes sense.
I have tried youtube videos on the VBA coding, but I must not be doing it correctly.
Thanks for the help.
RP
I would like to run a query inside the master workbook where it will open all the other excel Survey workbooks and transfer the data from Sheet "results" in Cells A1:C7 and place that data into the master workbook. So in the master workbook there would be only three columns of data A-C and it would keep filling up the rows downward with the data from the other workbooks.
I hope that makes sense.
I have tried youtube videos on the VBA coding, but I must not be doing it correctly.
Thanks for the help.
RP