Hi,
I've applied similar logic to two other macros but for some reason I am unable to figure out what I'm doing wrong :crash:
Sub sfortest()Sheets("Cleanup").Select
Range("M2").Select
Dim Lastrow As Long
Lastrow = Range("L" & Rows.Count).End(xlUp).Row
Dim strFormulas(1 To...