I am trying to have vba automatically place a formula in a range of cells to determine if the training date in the column beside it will be valid for the entire year. I cannot get the formula to paste into the new column.
'Dim lastRow as Long
'lastRow = Worksheets("New Year").range("c" &...