trentbaby9
New Member
- Joined
- Feb 25, 2013
- Messages
- 9
I'm trying to find and figure out the vba code needed to copy selected cells from all workbooks in a folder and paste the values only into the new "master summary" workbook, incrementing each pasted value to the next available line. I've tried several different codes but still can't seem to get any of them to work.
Folder = Test Folder
Files in Folder: file1.xlsx, file2.xlsx, file3.xlsx
Each file has multiple worksheets, but I only need to copy five cells (A11, B11, C11, D11, E11) from the worksheet labeled Summary.
I then need to paste values only into the "master summary" workbook on the next available line so that no data is overwritten.
Any help is greatly appreciated!
Folder = Test Folder
Files in Folder: file1.xlsx, file2.xlsx, file3.xlsx
Each file has multiple worksheets, but I only need to copy five cells (A11, B11, C11, D11, E11) from the worksheet labeled Summary.
I then need to paste values only into the "master summary" workbook on the next available line so that no data is overwritten.
Any help is greatly appreciated!