alex gomes
New Member
I have data in Sheet1 and am trying to copy Range("A1:B8") from sheet1 to Sheet2
But while copying there are some condition
Conditions are as follows
1.First time when i will run the vba code , it should copy the data from sheet1 and paste in sheet2 in Range("E6:F13")
2.Second time when i will run the code ,it should copy the data from sheet1 and paste in Range("H6:I13") in Sheet2
3. Third time when i will run the vba code, it should copy the data from sheet1 and paste in Range("K6:L3") in Sheet2
4.Third time when i will run the vba code it data should be pasted in Range(N6:O13") in Sheet2
5.Third time when i will run the same vba code, it should copy the data from sheet1 and paste in Range("Q6:R13") in Sheet2
Note: Data in row5 in Sheet 2 will be already there
Plz go throught the attached doc
Thanks in Advance!!!
But while copying there are some condition
Conditions are as follows
1.First time when i will run the vba code , it should copy the data from sheet1 and paste in sheet2 in Range("E6:F13")
2.Second time when i will run the code ,it should copy the data from sheet1 and paste in Range("H6:I13") in Sheet2
3. Third time when i will run the vba code, it should copy the data from sheet1 and paste in Range("K6:L3") in Sheet2
4.Third time when i will run the vba code it data should be pasted in Range(N6:O13") in Sheet2
5.Third time when i will run the same vba code, it should copy the data from sheet1 and paste in Range("Q6:R13") in Sheet2
Note: Data in row5 in Sheet 2 will be already there
Plz go throught the attached doc
Thanks in Advance!!!