D
djc
I have an issue I think may be easy to solve, but I am a novice with VBA. I need macro that can combine multiple sheets into one sheet.
I have 300+ sheets all named 1-300+ (there are a few missing sheets within the range however). The good news is that each sheet is a template and I need to extract only the data in the range A1355.
I would like to extract A1355 from the first worksheet “1” and place it in a sheet called “Combined”.
The macro would then go to the next worksheet, and pull A1355 and put in that range in the “Combined” tab below the data it from the previous worksheet.
This process would go until it completes all 300+ worksheets.
Is this possible?
Any feedback would be most helpful. Thank you for your time.
I have 300+ sheets all named 1-300+ (there are a few missing sheets within the range however). The good news is that each sheet is a template and I need to extract only the data in the range A1355.
I would like to extract A1355 from the first worksheet “1” and place it in a sheet called “Combined”.
The macro would then go to the next worksheet, and pull A1355 and put in that range in the “Combined” tab below the data it from the previous worksheet.
This process would go until it completes all 300+ worksheets.
Is this possible?
Any feedback would be most helpful. Thank you for your time.