Hi,
I am new to VBA. I am trying to do one thing regarding copy and paste. Here is my question.
I want to count the number of values in the column A of sheet1 and want to paste them in the column D of Sheet 2 skipping 7 rows.
pattern goes like:
sheet1.A2 copy and pasted to sheet2.D2
sheet1.A3 copy and pasted to Sheet2.D9
sheet1.A4 copy and pasted to Sheet2.D16 and so..with the difference of 7.
Can anyone please help me with it?
I am new to VBA. I am trying to do one thing regarding copy and paste. Here is my question.
I want to count the number of values in the column A of sheet1 and want to paste them in the column D of Sheet 2 skipping 7 rows.
pattern goes like:
sheet1.A2 copy and pasted to sheet2.D2
sheet1.A3 copy and pasted to Sheet2.D9
sheet1.A4 copy and pasted to Sheet2.D16 and so..with the difference of 7.
Can anyone please help me with it?