I've recorded a Marco copying and pasting information from one cell to other cells and some of the copying functions paste to two cells. I just need this to loop through all information I'm copying from the the new cells.
Range("I1").Select
Selection.Copy
Range("D1").Select
ActiveSheet.Paste
Range("J1").Select
Application.CutCopyMode = False
Selection.Copy
Range("E1:E2").Select
ActiveSheet.Paste
Range("K1").Select
Application.CutCopyMode = False
Selection.Copy
Range("B1:B2").Select
Range("I1").Select
Selection.Copy
Range("D1").Select
ActiveSheet.Paste
Range("J1").Select
Application.CutCopyMode = False
Selection.Copy
Range("E1:E2").Select
ActiveSheet.Paste
Range("K1").Select
Application.CutCopyMode = False
Selection.Copy
Range("B1:B2").Select