Hello,
Hope you are doing well
Useing the following code, why the (LastRow) varialbe had the value (270) and start saving from the next row to 270.
Dim LastRow As Integer
With Worksheets("MainDataProject")
LastRow = Sheet1.Cells(Sheet1.Rows.Count, "B").End(xlUp).Row + 1...