Hi all
Could any of you please let me know if this is possible.
The macro below adds the formula 5 times after the last data entry.
Is there a way to shorten it, so the rows 1-5 could be on 1 line.
Sub Test()
Dim lLastRow AsLong
With Sheets(1)
lLastRow = .Range("K" &...