Does anybody know how to add password Chars to a InputBox?Thanks in advance!
Printable View
Does anybody know how to add password Chars to a InputBox?Thanks in advance!
View the properties of the textbox until you find PasswordChar, in that box type in * or what ever character you want to appear instead of the actual character. The standard is a * but you can use anything.
Msgobx "Your password is " & PasswordTxt.Text