Is there a way to copy a value from one cell to another, without using select? Same workbook, different worksheet. This line is causing an error "Expected array". lstrw is the lastrow and is an int.
<code>
For i = 0 To (lstrw)
sheets("Output").Range("A1").Offset(i, 0).Value =...