I need to copy a specific sheet from every excel file within a folder to an existing template excel file, into a single sheet with no spaces between the data. I want it to run as a loop; preferably behind the scenes, I don't mind if the files are opening.
Copy Range A3:0 to LastCell from worksheet “JV Upload”, from every “*.xls” file within folder path “P:\BK\May 16 - Apr 17\3. July”.
Paste the copied data as Values into an existing workbook (which I would be running my Macro out of), Filename:="P:\BK \May 16 - Apr 17\BS.xlsm" onto an existing worksheet named "BS", starting in cell A3.
p.s. this is my first post.
Bookmarks