Passwords


Posted by Mark Templeton on January 15, 2002 12:55 AM

Is there any way of using an input box as a password input and obscuring the letters typed?



Posted by Robb on January 15, 2002 3:00 AM

Mark

As far as I am aware, it is not possible to do that with InputBox. You may, however,
set up a UserForm with a TextBox - you would then set the PasswordChar property of the TextBox
to "*", or some other mask character.

Any help?

Regards

Robb