Originally Posted by T-J
where should i insert those codes exactly ?![]()
Originally Posted by T-J
where should i insert those codes exactly ?![]()
At the top, after the variable declarations:Originally Posted by EddyAddelan
In the copy/paste Do..Loop (replace what's there):![]()
Dim lastRow As Long Set wSht = ThisWorkbook.Worksheets("Sheet2") 'results sheet lastRow = wSht.Cells.SpecialCells(xlCellTypeLastCell).Row 'last used row on results sheet
![]()
rngC.EntireRow.Copy wSht.Cells(lastRow + 1, 1) lastRow = lastRow + 1 Set rngC = .FindNext(rngC)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks