Password Textbox

S

SEWarren

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
 
D

Douglas J. Steele

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top