Hello,
I have a simple user form that is to unhide a deeply hidden sheet via password. Unfortunately, the hidden sheet is revealed whether the user enters the correct or an incorrect password. Can someone help me adjust my code, please?
Private Sub CommandButton1_Click()
If TextBox1 = "test"...