PasswordChar help
Posted by Peter on August 21, 2001 8:35 AM
Hi,
I am trying to hide a password (what the user types in) for an inputbox.
Here is the code I am using, won't work for some reason as part of a macro - can anyone help? Or a code segment that does work would help too.
Thanks
Pete
If InputBox("Enter Password", "Password", PasswordChar = "*") = "test" Then
.
.
Else
MsgBox ("Password Incorrect")
End If