Hey guys, if I want to Increment the Range that I have setup below for Now + 1second and then Now+2s.. ect ect.. How do I do that? I tried Now + TIME(0,0,1).. and it gave a mismatch error.
Sub Fixer()
Worksheets("Default").Activate
Dim lRow As Long
lRow = Cells(Rows.Count, 3).End(xlUp).Row...