lastrow = ThisWorkbook.Sheets("Numbers").Cells(Rows.Count, 1).End(xlUp).Row
I have data until the 55th row but last row gives me 70 as the formula is dragged till the 70th row and rows from 55 to 70 contain a blank space as per the formula. How can I avoid this?