Can an input box be customized in vba to hide the input keystrokes with dots
or astericks, like a password input box?

Re: Hide input keystrokes by Jezebel

Jezebel
Mon Feb 21 17:27:21 CST 2005

No. But you can create a userform that looks just like an input box. Put a
textbox on the form and set its PasswordChar property to asterisk or
whatever you want to have appear.




"martin" <martin@discussions.microsoft.com> wrote in message
news:C037CD36-12EE-4CED-924C-37ABD73C597B@microsoft.com...
> Can an input box be customized in vba to hide the input keystrokes with
> dots
> or astericks, like a password input box?