If one wants to have a textbox display a default value on initialize, one can simply type the value in the 'Text' field in the Properties tab for that textbox. The problem is that the text can be deleted by the user when the userform is initialized. Is there a way to use code to freeze the value in the textbox so the user cannot delete it? What is required however is for the user to add more text in that same textbox. Example, if one wants to freeze the text OPERATOR at that start of textbox so it cannot be deleted but allow the user to add more text in that box after the word OPERATOR, what is a good technique to use to achieve this?
Bookmarks