Hi.
Please check this is correct or not.![]()
Private Sub CommandButton1_Click() If TextBox1.TextLength > "" Then If TextBox2.TextLength > "" Then If TextBox3.TextLength > "" Then If TextBox4.TextLength > "" Then If TextBox5.TextLength > "" Then If TextBox7.TextLength > "" Then CommandButton1.Enabled = True Else CommandButton1.Enabled = False End If End Sub
I am trying but this is not working.
Thanks for a look
Bookmarks