Code:
Range("M8").FormulaR1C1 = "Yes"
Range("M8").FormulaR1C1 = "No"
Range("M19").FormulaR1C1 = "Yes"
Range("M19").FormulaR1C1 = "No"
Range("M30").FormulaR1C1 = "Yes"
Range("M30").FormulaR1C1 = "No"
Using the above as an example, where the range increments by 11 each time until M1097, what would the syntax be to simplify this as a loop?
I know the code seems to not do much, but entering "Yes" in a cell triggers an automatic system posting, "No" hibernates it.
Thanks
Last edited: