Hello Glory,
The Enter event on a UserForm can not be disabled like events in Excel. Without seeing your code, I am guessing you need to move the code from the TextBox_Enter event (default event) to some more appropriate event like the TextBox_Click or TextBox_AfterUpdate event. Which event to use would depend on what you want to accomplish.
Sincerely,
Leith Ross