.
This will get you started ...
The example code provide for entering a FIRST name and a LAST name to the worksheet. It can be edited to enter both at the same time, to a single cell.
The code also provides for deleting an entire row on the sheet should that be required. The user selects a cell in the row to be deleted, then clicks the button.
And there is a basic command for unloading the userform.
Suggest you study the code and the attached example for a better understanding. You can build the remainder of your project from here.
NOTE: the coded will 'write' data to the ACTIVESHEET.
Bookmarks