Hello Jogier505,
I have revised your User Form and code to do what you asked. Column "A" has now been eliminated because the entries are now sorted when the user form opens, a new name is added, or a name is deleted. TextBox1 has been replaced by ComboBox1. This allows the user to either start typing in a name or select a name using the drop down.
Column "B" no longer contains any formulae. This column is filled automatically by the macro whenever the data changes. The formulae in column "E" remain intact.
Since you are opening the UserForm as non modal, I have added a code module to make the User Form act and look like a standard window. I have attached a jpg so you can see what the new form it looks like. The attached workbook contains all the changes.
User Form Code
Clear Player Data Macro
Bookmarks