Nelson78
Well-known Member
- Joined
- Sep 11, 2017
- Messages
- 526
- Office Version
- 2007
Hello everybody.
At the beginning of a macro, I've stored a range in variable rng and then I've deleted it from sheet1.
At the end, I've to "paste" it in another position, starting from row z of column A.
How can I manage this job?
ps. my unsuccessful attempt:
At the beginning of a macro, I've stored a range in variable rng and then I've deleted it from sheet1.
At the end, I've to "paste" it in another position, starting from row z of column A.
How can I manage this job?
ps. my unsuccessful attempt:
Code:
rng.Insert (sheet1.Cells(z, 1))