Hello all! I need some help! Please!
I have the following, thus far:
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Copy
Sheets("Sheet1").Select
ActiveSheet.Paste
What I'm doing is selecting all active cells with data and copying it to "Sheet1". The data is coming from four sheets, which for this is example will be called, "Large", "Medium", "Small" and "Other".
What I need help with is, on Sheet1, I need to copy and paste the selected data from "Large", then paste the selected data from "Medium" beneath "Large", then paste the selected data from "Small" beneath "Medium", and then finally, paste the selected data from "Other" beneath "Small".
Any help would be greatly apprciated! Thank you in advance!
I have the following, thus far:
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select
Selection.Copy
Sheets("Sheet1").Select
ActiveSheet.Paste
What I'm doing is selecting all active cells with data and copying it to "Sheet1". The data is coming from four sheets, which for this is example will be called, "Large", "Medium", "Small" and "Other".
What I need help with is, on Sheet1, I need to copy and paste the selected data from "Large", then paste the selected data from "Medium" beneath "Large", then paste the selected data from "Small" beneath "Medium", and then finally, paste the selected data from "Other" beneath "Small".
Any help would be greatly apprciated! Thank you in advance!