Hello everyone,

I am new to this forum. I have a User Form with several command buttons, and I would like to have a command button disabled permanently after it is clicked.

The User Form (Welcome_scrn_UserForm) has a button named Start_btn, which calls another Userform named Start_Form, and I would like Start_btn disabled permanently


This is what I tried and it works, however when I start the Excel again, it is enabled again:

Welcome_scrn_UserForm.Start_btn.enabled = false


Is there a way that I do this please? Or do i need to set a command to delete the command button?

Many thanks in advance!

Paul