tlrobinson512
New Member
- Joined
- Jun 24, 2014
- Messages
- 21
Good Morning Everyone!
I am in need of what I think is some easy assistance that I just can't figure out. I am new in the world of VBA, but I am attempting to loop this function until it finds the next empty row in column C.
Private Sub Workbook_Open()
Range("C2").Select
ActiveCell.FormulaR1C1 = "=IF(RC[-1]="""","""",RC[-1]+30)"
Range("C3").Select
End Sub
I have a feeling this is an extremely basic and easy task and I am perhaps, overthinking the code?? Any help you can provide would be much appreciated! Thanks in advance!
I am in need of what I think is some easy assistance that I just can't figure out. I am new in the world of VBA, but I am attempting to loop this function until it finds the next empty row in column C.
Private Sub Workbook_Open()
Range("C2").Select
ActiveCell.FormulaR1C1 = "=IF(RC[-1]="""","""",RC[-1]+30)"
Range("C3").Select
End Sub
I have a feeling this is an extremely basic and easy task and I am perhaps, overthinking the code?? Any help you can provide would be much appreciated! Thanks in advance!