Hello,
Can i repeat the code below to run for rows 2 to 600 instead of retyping the code 600 times?
Range("c2".Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "0"
Range("i2".Select
Selection.Copy
Range("j2".Select
Selection.PasteSpecial Paste:=xlValues
Range("h2".Select
Application.CutCopyMode = False
Selection.Copy
Range("c2".Select
Selection.PasteSpecial Paste:=xlValues
Cheers
Andrew
Can i repeat the code below to run for rows 2 to 600 instead of retyping the code 600 times?
Range("c2".Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "0"
Range("i2".Select
Selection.Copy
Range("j2".Select
Selection.PasteSpecial Paste:=xlValues
Range("h2".Select
Application.CutCopyMode = False
Selection.Copy
Range("c2".Select
Selection.PasteSpecial Paste:=xlValues
Cheers
Andrew