Hi,
I'm currently using this code:
how do I change it so that instead of the actual password appearing, it shows up as, '*'![]()
Private Sub Contractorsbtn_Click() Const PW As String = "steel123" If InputBox("Enter password to continue", 2) = PW Then Contractors.Show Else: MsgBox "Wrong password" End If End Sub
(I tried the ',2' based off of another post but it is not working.)
Thanks!
Bookmarks