paul_sykes00
Board Regular
- Joined
- May 7, 2012
- Messages
- 53
Hi all,
I have the below macro. I am trying to get it to loop. Where each time the R[-1] part increases by 1 and keeps repeating until it finds an empty cell
Sub Test
Sheets("Sheet1").Select
Range("C3").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "=Sheet2!R[-1]C[-2]"
Range("C4").Select
Call MACROX
End Sub
Hope that makes sense. Thanks in advance
I have the below macro. I am trying to get it to loop. Where each time the R[-1] part increases by 1 and keeps repeating until it finds an empty cell
Sub Test
Sheets("Sheet1").Select
Range("C3").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "=Sheet2!R[-1]C[-2]"
Range("C4").Select
Call MACROX
End Sub
Hope that makes sense. Thanks in advance