hey im trying to complete this last task on a excel file that was worked on from a previous user by the name of Carim who took his time to help me out, if you are up to the task ill be very thankful!!!
Sub Maybe()
Sheets("Sheet1").Cells(3, 1).Resize(, Sheets("Sheet1").UsedRange.Columns.Count).Copy Sheets("Sheet2").Cells(Rows.Count, 1).End(xlUp).Offset(1)
End Sub