Yeah, it looks to me like you're trying to access row zero (doesn't exist).
Try the following instead:
![]()
For i = LBound(test) + 1 To UBound(test) Worksheets("Sheet2").Cells(i, 1) = test(i) Next i
Yeah, it looks to me like you're trying to access row zero (doesn't exist).
Try the following instead:
![]()
For i = LBound(test) + 1 To UBound(test) Worksheets("Sheet2").Cells(i, 1) = test(i) Next i
starryknight64
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks