Password Textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have password protected a command button, however when the password is
typed, you can see the actual word or group of letters. I want the password
to show as astericks. Can anyone help?

Thanks
 
If you're using the InputBox function, you don't really have an option to do
that.

If you're using a text box control on the form, set its InputMask to
Password.
 
Back
Top