Dim Column_L_L As Long
Set ws = Sheets("Members")
Column_L_L = ws.Range("A" & Rows.Count).End(xlUp).Row
ws.Range("L2:L" & ws.Range("A" & Rows.Count).End(xlUp).Row).Formula = _
"=YEARFRAC(K2, TODAY(), 1)"
ws.Calculate
This bit of code creates an issue in my project.
If...