Forum Discussion

ArmaanKhan's avatar
ArmaanKhan
Copper Contributor
Mar 21, 2020

Problem: User form is not working properly

I have made a user login form in Excel 2019, using following code:   Private Sub CommandButton1_Click() If TextBox1.Text = Sheets("D").Range("I14") And TextBox2.Text = Sheets("D").Range("J14") The...