I am trying to get a macro to run base on the cell value, then go to the next row and potentially run a different macro. Here is the code, please help.
Sub Update()
Range("AU2").Select
For i = 1 To Selection.CurrentRegion.Rows.Count + 1
If ActiveCell.FormulaR1C1 = "s" Then...