Excel VBA - Auto enable or disable command button on userform

Описание к видео Excel VBA - Auto enable or disable command button on userform

How to enable or disable a command button on a UserForm when certain conditions are met? This video shows a step by step tutorial from creation of a UserForm (before 2:35) to discussion on enabling or disabling a command button (after 2:35).

Useful code:
UserForm1.Controls("TextBox" & i).Value = ""
UserForm1.CommandButton1.Enabled = True

Facebook public group for Excel and VBA discussion 👉   / 486402069483674  
Welcome to join 🤗

Комментарии

Информация по комментариям в разработке