HI,
I am trying to build looping in VBA, as i am new to VBA with basic skills i couldn't find the right technique to do this task, it is really more time consuming to do manually so am looking run this as loop through VBA
I have list of details in one sheet which to be copied to another sheet for 12 rows each and continues so on until it covers all rows from sheet 1
Sheet1: column G, column H and column I contains data, this data updates every time when i paste new data in another sheet, so i number of rows are not fixed ( may be xldown code helps)
procedure: copy row data from sheet 1 which includes data from G2, H2 & I2 and paste in sheet2 A2 to A14 (it should paste for 12 rows) and mean while it also paste B2 to B14 & C2 to C14.
and next step is go back to sheet 1 copy G3,H3 & I3 and paste in sheet 2 from A15 to A26 (next 12 rows) and this will continue until it covers all data from sheet 1
could anyone help me to build this code please![]()
Bookmarks