Try this for simplicity:
Dim lastRow as Long
With Sheets("Reconciliation")
lastRow = .Range("A1").Cells(.Rows.Count,1).End(xlUp).Row
.Range("A1").Cells(lastRow+1,1).Value = E
.Range("A1").Cells(lastRow+1,2).Value = Str
.Range("A1").Cells(lastRow+1,3).Value = Min
.Range("A1").Cells(lastRow+1,4).Value = Max
.Range("A1").Cells(lastRow+1,6).Value = Sea
.Range("A1").Cells(lastRow+1,7).Value = Mat
End With
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…