W
WTG
Thanks Joel,
I tried it, but I kept coming up with debug errors. and I don't know
much about what I was doing.
I have been searching and Came up with this,
Private Sub CommandButton1_Click()
LastRow = Sheets("Invoice").Range("A65536").End(xlUp).Row + 1
Range("A6:H32").Select
Selection.Copy
Sheets("Summary").Select
Range("LastRow").Select
ActiveSheet.Paste
End Sub
But this gives me debug errors to
I tried it, but I kept coming up with debug errors. and I don't know
much about what I was doing.

I have been searching and Came up with this,
Private Sub CommandButton1_Click()
LastRow = Sheets("Invoice").Range("A65536").End(xlUp).Row + 1
Range("A6:H32").Select
Selection.Copy
Sheets("Summary").Select
Range("LastRow").Select
ActiveSheet.Paste
End Sub
But this gives me debug errors to
