Thanks in advance for any suggestions for which I will provide feedback.
Why am I getting the error: "Run-time error '438': Object doesn't support this property or method" on the following line:
Cells(4, i).Formula "= MATCH(TRUE,INDEX(E" & i & ":" & LastColumnLtr & i & "<>0,),0)"
The...