Hi
This goes in Userform module.
adjust the checkbox and text box name.Code:Private Sub CheckBox1_Click() If Me.CheckBox1.Value Then Me.TextBox1.PasswordChar = "*" Else Me.TextBox1.PasswordChar = vbNullString End If End Sub
Hi
This goes in Userform module.
adjust the checkbox and text box name.Code:Private Sub CheckBox1_Click() If Me.CheckBox1.Value Then Me.TextBox1.PasswordChar = "*" Else Me.TextBox1.PasswordChar = vbNullString End If End Sub
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Bookmarks