Hi,
I had some help earlier to transfer information from a user form into a table using the following code
Private Sub CommandButton2_Click()
Dim emptyRow As Long
Sheet3.Activate
emptyrow = Sheets(3).Range("AS" & Rows.Count).End(xlUp).Row - 3
Rows(emptyrow).Insert...