hi heres my code but its keeping the sheet 1 text format when i want it to be like sheet 2 text and cell format
Private Sub CommandButton1_Click()
Sheets("sheet1").Range("A1:A4").SpecialCells(xlConstants).copy _
Sheets("sheet2").Range("A1:A4").End(xlUp)
End Sub
Private Sub CommandButton1_Click()
Sheets("sheet1").Range("A1:A4").SpecialCells(xlConstants).copy _
Sheets("sheet2").Range("A1:A4").End(xlUp)
End Sub