I have a pop up form with multiple text boxes to enter the information when I click the next button the information that is entered goes into the next blank row. This is the code that I have:
Private Sub cmdNext_Click()
'.End(xlUp) is the same as Ctrl-Up which finds the last non emtpy row and...