x are filled? Like, so the button is disabled when they are empty and i want it to be enabled when they are filled in.If Not TextBox1.Text = "" Then Button1.Enabled = True Else Button1.Enabled = False TextBox1.Text = "" End If
x change events
x and textbox to be filled in before i can press OK