Search code examples
excelblockuserformvba

Block textbox for input in userform


I am using a userform for the first time and I want a textbox to be blocked for input. I have tried a lot of different things, but still without a proper result. Can anybody help me with this matter ?


Solution

  • Change the Enabled property to False for the textbox.