Forum Discussion
ArmaanKhan
Mar 21, 2020Copper Contributor
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...
JKPieterse
Mar 23, 2020Silver Contributor
Can you upload a file with the bare minimum content that demonstrates the problem? Remember to edit the cells which contain the credentials so they do not contain anything sensitive!